Re: ORGANIZATIONNAME vs. __my_company_name__
Re: ORGANIZATIONNAME vs. __my_company_name__
- Subject: Re: ORGANIZATIONNAME vs. __my_company_name__
- From: Lance Drake <email@hidden>
- Date: Fri, 11 Nov 2005 13:02:13 -0700
On Nov 11, 2005, at 12:29 PM, Shawn Erickson wrote: On Nov 11, 2005, at 11:22 AM, Chris Espinosa wrote: On Nov 11, 2005, at 11:08 AM, Lance Drake wrote: Would somebody chime in with the proper syntax for the command-line way to change __my_company_name__ to whatever. So far, checking the docs has not yielded anything relevant. An ADC REFLIB search turns up nothing for that string. What I am doing now is: defaults write com.apple.Xcode ORGANIZATIONNAME Acme So far, __my_company_name__ continues to appear in new files.
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ "ORGANIZATIONNAME" = "Acme";}' The setting to set is PBXCustomTemplateMacroDefinitions and the value is a dictionary with ORGANIZATIONNAME as the key.
Note this and many others are explained in "Expert Preference Notes" which can be found under the help menu in Xcode. Or directly access at ... /Developer/ADC Reference Library/releasenotes/DeveloperTools/Xcode/XcodeDefaults.html -Shawn
Thanks to Shawn and Chris for the note of explanation. It now works exactly as advertised. As a follow-up, I submitted an XCode enhancement suggestion via bug#4339789.
Thank you!
Lance Drake
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden