Custom Search

Friday, May 22, 2009

How to Replace __MyCompagnyName__ in new File templates in Xcode with a Command line

Write this command in a terminal:

defaults write com.apple.Xcode.PBXCustomTemplateMacroDefinitions ' { "ORGANIZATIONNAME" = "Put the Name here"; } '

No comments: