Last active
March 1, 2018 00:42
-
-
Save AJLeuer/97ff063958308ed22d35357786848c37 to your computer and use it in GitHub Desktop.
Xcode C++ Template Replacement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "___FILEBASENAME___.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <iostream> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the files at
/Applications/<Xcode or Xcode-beta>/Contents/Developer/Library/Xcode/Templates/File Templates/Source/C++ File.xctemplate/WithHeader