1

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.

Sneakyness
  • 5,305
  • 4
  • 33
  • 39

2 Answers2

3
defaults write com.apple.xcode 'PBXCustomTemplateMacroDefinitions' "{ORGANIZATIONNAME = 'your Company Name' ; }"

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

Dewayne Christensen
  • 2,084
  • 13
  • 15
2

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

mipadi
  • 398,885
  • 90
  • 523
  • 479