The ssteiner Blog-o-matic

Linux Admin, OS X, Cocoa

Stupid __MyCompanyName__ in XCode 3.0

To change the __MyCompanyName__ substitution in XCode 3.0, go to a terminal and type:

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions "{ \"ORGANIZATIONNAME\" = \"mycompanyname\"; }"

Restart XCode.

Create a new file to make sure it worked.

How handy.

2008/04/29 Posted by ssteiner | XCode | , , | No Comments Yet