When I create an XCode project, there is a copyright notice commented out. I know that there is an special terminal command for editing this. Anyone knows it?
views:
240answers:
2
+3
A:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME = "My Company"; }'
See this page for more options.
Stuart Dunkeld
2009-04-01 15:14:08
+4
A:
Try:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME"="stackoverflow";}'
or just add a company name to your card in Address Book.
mouviciel
2009-04-01 15:14:45