Difference between revisions of "XCode"
From Richard's Wiki
(New page: * To change default company name for new files in XCode, do this in a Terminal window (it edits the file Library/Preferences/com.apple.Xcode.plist): defaults write com.apple.Xcode PBXCust...) |
(No difference)
|
Revision as of 20:33, 16 October 2010
- To change default company name for new files in XCode, do this in a Terminal window (it edits the file Library/Preferences/com.apple.Xcode.plist):
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "Interchart";}'