Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since its nearly finished.

But I'm not sure how to do this with Xcode, trying the obvious of changing the application's name in the pinfo, causes the signing process to go wrong (I think...) and my app won't launch giving me a Launcher error.

I guess I could make a new project and copy paste everything over, but it seems so primitive, that I'm hoping for a more civilized solution.

share|improve this question
1  
@all: Not fully answered. The title of the application window and the pulldown menu of the application stays with the old name. @Frank Schmitt: The "Rename xCode Project" project fails when the plist file was renamed. It awaits the name Info.plist – JJD Sep 15 '10 at 16:39

23 Answers

up vote 341 down vote accepted
  1. Go to Targets in Xcode
  2. "Get Info" on your project's target (your current silly development name)
  3. Search for "Product Name" under "Packaging". Change the value of that what you want the new program name is going to be.
share|improve this answer
Thanks I'll try it when I get home! – Robert Gould Oct 27 '08 at 3:49
That worked, thanks! – Robert Gould Oct 27 '08 at 14:48
3  
I had to quit XCode and delete my build directory before it would take for me. – sbwoodside Aug 21 '09 at 20:41
7  
Also, remember to change this in each of the configurations! (Debug, Release, Ad Hoc, App Store, etc) – Tony Eichelberger Jan 20 '10 at 22:31
128  
In Xcode 4 you can simply double click the target name and change it directly in the target list. – mhallendal Apr 15 '11 at 8:12
show 6 more comments

In Xcode 4 search for "Product Name" under "Build Settings" tab of the target.

share|improve this answer

You change the bundle display name in the info.plist. It's as simple as that.

Changing the 'bundle display name' (as opposed to 'bundle name') is the only way to include characters like '+' in your applications name. Including special characters in the project name will cause an error when uploading to the app store!

share|improve this answer
this is better than changing the target name as it avoids conflict and mess-ups in game engines – ExceptionSlayer Jan 30 at 4:19
1  
this is by far the best answer! – minovsky Mar 21 at 2:37
Much easier than other replies. – anthony May 28 at 23:29

In Xcode 3.2 just select the Project entry in the Groups & Files panel, then select the menu item Project -> Rename… Worked for me.

share|improve this answer
That was easy... – MattDiPasquale Nov 23 '10 at 20:15

This is how I changed in Xcode 4:

  1. Click on your Target file (First Main file of the application).
  2. Go to Build Settings.
  3. Scroll down you will find a bar called "Packaging".
  4. Under Packaging you will see Product Name, you can change project name.
share|improve this answer

From Xcode 4.2 and onwards, you can use one more option. Just click once on .proj file name at the top in left navigation pane and it will be available for renaming.Rename it and the whole project will get renamed and not only the target.

Hope this helps

share|improve this answer

In Xcode 4 click on project name to start renaming.

share|improve this answer
But renaming the project at the Product Name under Build settings-> Packaging is primordial step otherwise it will be some issues when submitting the final release. – Luca Apr 15 '12 at 15:49

If you wanna change the name, that will be displayed on your screen, right under your icon, in Xcode 4, go to Targets->info->Bundle Display Name and change it to whatever you want.

share|improve this answer

If you need to change the name of the Application as it appears on the iPhone's home screen, you need to do it in the Target configuration, not the project configuration.

1) Expand the Targets group in Xcode, then single-click the item under that. It should share the name of your project, which is also the default name of the application that gets generated.

2) Press command-I to bring up the Info window, then navigate to the Build tag.

3) Set the Configuration drop-down to read All Configurations.

4) Look for a setting called Product Name under the Packaging heading.

5) Change that value to the name you want for your compiled applications and, in the immortal words of Bugs Bunny: Viola! Do a clean then build and your application will take on the new name.

Enjoy :-)

share|improve this answer

If you want to change display name only then you can directly change from property file(plist) of app.

You can add a new row with the following key : bundle display name

Here is an example for this

enter image description here

When you use this the app name which you have given with this key will be display.

So you can do this simply.

share|improve this answer

I saw the setting as "Product Name" not "Project Name" - in any case, the change worked.

share|improve this answer
1  
Agreed, "Product Name" was the key for me. Giao's instructions are otherwise spot-on. – John M. P. Knox Aug 22 '09 at 23:01
The old iPhone OS 2.x SDK had it as "Program Name". It was changed with 3.0 SDK to "Product name". – Giao Jan 12 '10 at 0:25

There are times when the simple way still doesn't work (or there are echoes of old naming, etc.). I posted an article showing how to fix this by going into the xml of the project files manually here:

change the name of an iPhone app

share|improve this answer

Also: your target name may be the same as your app name - note that changing the target name does not change the app name - only the change in the target properties described below - will change the app name.

share|improve this answer

A note on the bundle display name -- this is the right way to change the name in your app menu, but you'll likely have to reset content and settings in your iOS simulator before you see the change actually take effect.

share|improve this answer

Here's a free utility that does this and works well in my experience:

change the name of an iPhone app

share|improve this answer
this works for everything except renaming your plist file which yu can do manually. – CodingWithoutComments Jun 24 '10 at 16:14

Simple ... Goto Project (in the menu bar) Press Rename

share|improve this answer

I've had to do this a few times. I use a tool called Rename Xcode Project 2.1.

share|improve this answer
  1. Select the top most line to the left (with you project name, number of targets, etc).
  2. Select the target you wish to rename.
  3. Click on the name of the target again.
  4. Type the new name.
  5. Press enter.
share|improve this answer

change product name in info.plist

share|improve this answer

i had to change the product name in info plist and also rename the target name. Then I also had to clean build directory (press and hold options key while traversing to xcode Product menu and there will be an option to clean build directory).

share|improve this answer
  1. Select Target
  2. Select Info
  3. Insert Bundle Display Name and set App Title
share|improve this answer

For changing application name only (that will display along with app icon) in xcode 4 or later:

Click on your project file icon from Groups & Files panel, choose Target -> Build Settings -> Packaging -> Product Name. Click on the row, a pop-up will come, type your new app name here.

For changing Project name only (that will display along with project icon) in xcode 4 or later:

Click on your project file icon from Groups & Files panel, choose Project(above targets) from right pane, just see at the far right pane(it will be visible only if you have enabled "Hide or show utilities").Look for project name.Edit it to new name you want to give your project.

Delete your app from simulator/device, clean and run.Changes should reflect.

That's it

share|improve this answer

protected by Jeff Atwood Jul 13 '10 at 0:01

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.