Re: Template for company name
Re: Template for company name
- Subject: Re: Template for company name
- From: "Sean McBride" <email@hidden>
- Date: Tue, 24 Aug 2004 13:54:03 -0400
Chris (email@hidden) on Tue, Aug 24, 2004 13:31 said:
>This may seem a dumb question, but is it possible to get
>access to the annoying * __MyCompanyName__ * template which
>Xcode sticks in all my new source files ?
I just searched google for "__MyCompanyName__" and the first result had
your answer.
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{
"ORGANIZATIONNAME" = "My Company";}'
I tried and it worked.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.