Re: ORGANIZATIONNAME vs. __my_company_name__
Re: ORGANIZATIONNAME vs. __my_company_name__
- Subject: Re: ORGANIZATIONNAME vs. __my_company_name__
- From: Shawn Erickson <email@hidden>
- Date: Fri, 11 Nov 2005 11:29:33 -0800
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
_______________________________________________
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