views:

26

answers:

2

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.

+2  A: 

Templates are stored at /Developer/Library/Xcode/File Templates. You can edit those to change the header.

mipadi
Yes but I don't want to change the dynamic parts of that. Where do I go to change FULLUSERNAME and ORGINIZATIONDATE?
Sneakyness
I have no idea what ORGINIZATIONDATE is, I meant ORGANIZATION. Monday.
Sneakyness
+2  A: 
defaults write com.apple.xcode 'PBXCustomTemplateMacroDefinitions' "{ORGANIZATIONNAME = 'your Company Name' ; }"

Here's the full list of options: Xcode User Defaults.

Dewayne Christensen
This is awesome. Thanks.
Sneakyness