Re: Setting __MyCompanyName__
Re: Setting __MyCompanyName__
- Subject: Re: Setting __MyCompanyName__
- From: Mark de Jong <email@hidden>
- Date: Tue, 21 May 2002 20:25:05 -0700
Steve,
If you enter the following in the Terminal program:
defaults read com.apple.ProjectBuilder
PBXCustomTemplateMacroDefinitions
you'll see the current settings. To change the setting to your company,
try the following:
defaults write com.apple.ProjectBuilder
PBXCustomTemplateMacroDefinitions 'ORGANIZATIONNAME = "<your company
name>" ;'
You might have to re-launch PB to have the change take effect.
HTH,
-- Mark
On Tuesday, May 21, 2002, at 08:10 PM, email@hidden wrote:
I know this is silly, but ever time I have to create a new file, it
sets the
Copyright notice to "__MyCompanyName__". I have to rename this to my
real
company name. Is there a global setting for this value? Can not find it.
Thanks,
Steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.