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
See "Rename" under the Project menu in Xcode.
1 Comment
William Denniss
For XCode4, see here: stackoverflow.com/questions/5416677/…
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
Epsilon Prime
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).
TigerCoding
Nimrod's answer was more appropriate.
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!