At the top of all the files in a project, it has that comment block with the programmer information and whatnot.
How do you change that? I remember setting it once. Somewhere.
At the top of all the files in a project, it has that comment block with the programmer information and whatnot.
How do you change that? I remember setting it once. Somewhere.
Templates are stored at /Developer/Library/Xcode/File Templates
. You can edit those to change the header.
defaults write com.apple.xcode 'PBXCustomTemplateMacroDefinitions' "{ORGANIZATIONNAME = 'your Company Name' ; }"
Here's the full list of options: Xcode User Defaults.