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?
+1
A:
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.
Ben Gottlieb
2010-01-08 23:38:45
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).
Epsilon Prime
2010-01-08 23:45:00
Personally I'd use branching in SCM (like svn) for that....
Nimrod
2010-01-08 23:53:52
+1
A:
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!
Wolax
2010-01-08 23:48:29