Tuesday, March 18, 2008

Ah... __MyCompanyName__ no more....

XCode is a tad opaque as to where it keeps the company name value it uses when it makes templates into files. So how to change? Quit XCode and start up a terminal and type

defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions -dict ORGANIZATIONNAME RunState


Restart XCode and all your code is mine! Bwahahaha... Oh yes, change RunState to your company name.

No comments: