Re: ORGANIZATIONNAME -- __MyCompany__ -- Not in User Defaults?!?
Re: ORGANIZATIONNAME -- __MyCompany__ -- Not in User Defaults?!?
- Subject: Re: ORGANIZATIONNAME -- __MyCompany__ -- Not in User Defaults?!?
- From: Jonathon Kuo <email@hidden>
- Date: Mon, 17 Nov 2008 19:39:53 -0800
On Nov 17, 2008, at 7:32 PM, Jerry Krinock wrote:
Well, a long time ago I somehow changed the __MyCompany__ you get at
the top of a new file. It works. My company name shows every time
I create a new file.
Now I want to use that setting for something else, but for life of
me can't find where the setting is.
This can be changed globally for all of your Xcode projects like this:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions -dict-
add ORGANIZATIONNAME "Jerry Inc."
Or on a per-project basis, change the NSHumanReadableCopyright string
in the InfoPlist.strings file.
_______________________________________________
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