Change Company Name in XCode
If you create a new file in XCode, it will autogenerate a header like :
// // MyFileName.m // MyProjectName // // Created by Hans Hamm on 24.11.09. // Copyright 2009 __MyCompanyName__. All rights reserved. //
To change __MyCompanyName__ to your company, just enter the following command into your console:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "My Company";}'About this entry
You’re currently reading “ Change Company Name in XCode ,” an entry on coders
- Author:
- hhamm
- Published:
- 11.24.09 / 2pm
- Category:
- xcode
- Feedback:


No comments
Jump to comment form | comments rss [?] | trackback uri [?]