Re: ORGANIZATIONNAME vs. __my_company_name__
Re: ORGANIZATIONNAME vs. __my_company_name__
- Subject: Re: ORGANIZATIONNAME vs. __my_company_name__
- From: Chris Espinosa <email@hidden>
- Date: Fri, 11 Nov 2005 11:22:16 -0800
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.
Chris |
_______________________________________________
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