Recently I\'ve been learning how to program C. For most of the time, I have been using the C version of Eclipse. Recently, I tried out Xcode. I am using a Mac running Mac OS
You can change it in Xcode project File. This is my image for tutorial :D Very easy!!!
UPDATE:
According to @Michael Dautermann 's comment below, change templates in Xcode.app bundle is not a good way. Check https://stackoverflow.com/a/33743/380774 for more information.
You can remove or change the header in File Templates, I'm using Xcode 4.3, and the File Templates is in /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates
.
Please do not edit files inside Xcode, that will break the application signature and will cause Xcode to refuse to start up after the next restart or so.
Create an IDETemplateMacros.plist
file containing a dictionary with a FILEHEADER
key (string) instead.
You can put the file in
xcshareddata
folder (e.g. MyAppWorkspace.xcworkspace/xcshareddata/IDETemplateMacros.plist
)MyAppWorkspace.xcworkspace/xcuserdata/YOURNAMEHERE.xcuserdatad
~/Library/Developer/Xcode/UserData/