Setting ORGANIZATIONNAME in Xcode

When a new file is created in Xcode, there is a boiler plate copyright section at the top of the document, which by default is set to ‘ORGANIZATIONNAME’.

The easiest way to change this is to use the *defaults* app to write to the Xcode config:

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="Gordon Turner";}'

Works with Xcode 3.2.6.

Reference: wiki

Comments are closed.