Difference between revisions of "XCode"
From Richard's Wiki
Line 2: | Line 2: | ||
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "Interchart";}' | defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "Interchart";}' | ||
− | + | === IOS / iPad / iPhone === | |
* [http://cocoawithlove.com/2008/12/ordereddictionary-subclassing-cocoa.html OrderedDictionary: Subclassing a Cocoa class cluster (an implementation of an ordered NSMutuableDictionary)] | * [http://cocoawithlove.com/2008/12/ordereddictionary-subclassing-cocoa.html OrderedDictionary: Subclassing a Cocoa class cluster (an implementation of an ordered NSMutuableDictionary)] |
Revision as of 17:37, 18 March 2011
- 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";}'