Skip to content

Instantly share code, notes, and snippets.

@AJLeuer
Last active March 1, 2018 00:42
Show Gist options
  • Save AJLeuer/97ff063958308ed22d35357786848c37 to your computer and use it in GitHub Desktop.
Save AJLeuer/97ff063958308ed22d35357786848c37 to your computer and use it in GitHub Desktop.
Xcode C++ Template Replacement
#include "___FILEBASENAME___.hpp"
#pragma once
#include <iostream>
@AJLeuer
Copy link
Author

AJLeuer commented Mar 1, 2018

Replace the files at /Applications/<Xcode or Xcode-beta>/Contents/Developer/Library/Xcode/Templates/File Templates/Source/C++ File.xctemplate/WithHeader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment