It’s a bit of a pain if you decide that you need to rename you iPhone project.
You would think that it’s a straightforward affair, but you’d be wrong!!
First of all, you need to double click on your info.plist. Inside this file, you will see a number of settings. The one’s you should change are;
- Bundle Display Name
- Executable File
- Bundle identifier
Also, you will need to do the following
- Double click on the Target to bring up the Target Info. It’s the one under the ‘Targets’ icon.
- Scroll down to the packaging section
- Change the Product Name
Rebuild the application and all should be well!!
Cheers
Graham