• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Project renaming
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Project renaming (From: Phillip Mills <email@hidden>)

  • Prev by Date: Project renaming
  • Next by Date: Re: GDB error - exit with status 10
  • Previous by thread: Project renaming
  • Next by thread: Re: Project renaming
  • Index(es):
    • Date
    • Thread