xcodeprojectxcode4.6

Changing the project and target name in Xcode


I created a project and fully developed it. Now, I need to change the name of the project and targets.

Is there an easy way to rename the project and targets? Or should I just create a new project (with the new name) and copy all of the items from the existing project into that new project?


Solution

  • You can change the project name by clicking on the project name at the top of the left sidebar and then entering a new name under the Identity on the right sidebar and finally pressing Return.