0

I've developed an iPhone app but found out that I can't userhe ne I've been working with for my project. Is it possible to rename my app in XCode or so I have to go through a bunch of te source files and do it manually?

3 Answers 3

8

See "Rename" under the Project menu in Xcode.

Sign up to request clarification or add additional context in comments.

1 Comment

1

You can rename just the .xcodeproj file to change the name in the finder. To change the name that appears on the phone, you need to go to the Target Info (right-click on the target in the file tree on the left) and change the Product Name. If you've modified your info.plist, you may need to change it there as well.

2 Comments

And for others who might be thinking of renaming their app to have two versions of it for testing, you'll need to change the identifier as well (Info.plist).
Nimrod's answer was more appropriate.
1

Project >> Rename...

only available in XCode 3.2 or newer (so you need Snow Leopard to use this feature)

You still have to rename the folder your project is in manually though!

2 Comments

Rename a folder??? Oh noes! Obviously there's no excuse for not having upgraded to Snow Leopard by now....
XCode 3.2 renames everything but not the folder the project is in. I think this is appropriate behavior in this case! Not a big deal.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.