Difference between revisions of "XCode"
From Richard's Wiki
Line 1: | Line 1: | ||
* 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): | * 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";}' | defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "Interchart";}' | ||
+ | |||
+ | === VLC on IOS === | ||
+ | * [http://rick-hawkins.blogspot.com/2010/11/compiling-vlc-in-xcode-for-ipad.html (How To) Compiling VLC in XCode for iPad simulator and device] | ||
=== IOS / iPad / iPhone === | === IOS / iPad / iPhone === |
Latest revision as of 17:45, 7 November 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";}'