Default org name

From IPhone Dev FAQ

Jump to: navigation, search

To set a default organization name just run this at a bash prompt:

   defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions \
   '{ ORGANIZATIONNAME = "Your Company Name"; }'

In future projects you won’t see __YOURCOMPANY__ anymore!

Personal tools