This is damn simple!
Go to /Applications/Utilities and open Terminal.app and enter the following code there:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "put_your_company_name_here";}'
Eg:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Raghavendra Nayak";}'
I have tried this with XCode 3.0 but this should work with older version also.
Fore more info visit this thread in Apple mailing list.
Technorati tags: OpenGuru, XCode, __MyCompanyName__.
1 comment:
FYI: in Xcode 3.1 the company name now comes from the current users Address Book card: more here
Post a Comment