Xcode 4: Changing the Company Name
Xcode 4: Changing the Company Name
- Subject: Xcode 4: Changing the Company Name
- From: Jeff Kelley <email@hidden>
- Date: Sat, 19 Mar 2011 11:38:30 -0400
I’m having trouble getting Xcode 4 to change the company name it uses for projects. Right now, it appears to only recognize the company in the current user’s Address Book card; if that exists, it’ll use it. If it doesn’t, it’ll use __MyCompanyName__. That’s fine and all, but when you use the built-in Git support it’d be nice to not have to spend a commit changing it from __MyCompanyName__ to the name you want, especially if you’re going to export that repository.
Back in Xcode 3, you could set it two ways: as a per-project setting (which was great), or through the user defaults:
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="YourNameHere";}'
Neither of those are in Xcode 4; I can’t see the setting anywhere in the project settings and setting ORGANIZATIONNAME is not honored. Is there a new way to set the company name (other than the Address Book card) in Xcode 4?
Jeff Kelley
_______________________________________________
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