user469999
user469999

Reputation: 2161

How to rename an iPhone project in Xcode4?

I am developing an iPhone application using XCode4 editor. I have to rename my project. I can't create a new project with new name because I have proceeded too far with my coding and there are too many files in the project.

How can I rename my project in Xcode4? I have searched on net but cant find such options in xcode4 to rename the project.

Upvotes: 1

Views: 469

Answers (2)

Ishu
Ishu

Reputation: 12787

You can set bundle display name in info.plist. it shows your name with icon. and for renaming the folder name simply select the folder and single click on the name then you can change the name.

When you rename your folder name, you can also change your app delegate class name and product name in info where you give provisioning profile for installing on device.

Upvotes: 0

Praveen S
Praveen S

Reputation: 10393

You can click on project name in xcode and then click again. The field becomes editable. Rename it and it will prompt you to rename the other files and delegate class names.

Its really simple in xcode 4. Renaming files, folders, groups and project names can be done using the above method.

Upvotes: 3

Related Questions