Re: Project renaming
Re: Project renaming
- Subject: Re: Project renaming
- From: Michael Dautermann <email@hidden>
- Date: Mon, 18 Apr 2011 12:32:28 -0400
On Apr 18, 2011, at 11:16 AM, Phillip Mills wrote:
> I attempted to rename an iOS application through the method of selecting the top-level project name in Xcode 4 and typing the replacement. This seemed to work as it changed the project, the target, and the .pch file.
You can also just change the display name of the iOS app by adding (or modifying) this key in your app's plist file:
<key>CFBundleDisplayName</key>
<string>Any Name You Want Put Here</string>
And that way you don't have to mess around with changing all the other settings (or recreating certificates, which is what it sounds like you'd need to do).
Another (possibly better) suggestion people will have is to go into the project's Build Settings and change the ProductName, but unless your cert is tied to your unchanged application identifier (e.g. com.anynameyouwanttoputhere.app and not something with ${PRODUCT_ID} in that identifier), you'll need to reissue your provisioning profiles to reflect your app's updated name.
hth,
michael
_______________________________________________
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