Setting __MyCompanyName__
-
This may have been asked before, and may be a newbie question but is
there a way to set the __MyCompanyName__ stuff thats inserted into new
files and InfoPlist.strings in XCode?
--------------------------
Thanks,
Tony. -
On Feb 4, 2004, at 10:09 PM, Tony Million wrote:> This may have been asked before, and may be a newbie question but is
> there a way to set the __MyCompanyName__ stuff thats inserted into new
> files and InfoPlist.strings in XCode?
>
You're right, this has been asked before...
Go to the Terminal and type:
defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions
'{ORGANIZATIONNAME = "My New Company Name" ; }'
-Prachi -
All and this can be found in XCode:
Help->Show Expert Preferences
Bye
Alex
Am 05.02.2004 um 05:38 schrieb Prachi Gauriar:>
> On Feb 4, 2004, at 10:09 PM, Tony Million wrote:
>
>> This may have been asked before, and may be a newbie question but is
>> there a way to set the __MyCompanyName__ stuff thats inserted into
>> new files and InfoPlist.strings in XCode?
>>
>
> You're right, this has been asked before...
>
> Go to the Terminal and type:
>
> defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions
> '{ORGANIZATIONNAME = "My New Company Name" ; }'
>
> -Prachi
>
> _______________________________________________
> MacOSX-dev mailing list
> <MacOSX-dev...>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev


