Default org name
From IPhone Dev FAQ
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!
