views:

34

answers:

1

Hello. I've created an iPhone app project in Xcode and I'd like to change the name that is displayed under the app icon, as well as in alerts, etc. By default, the name of the app is the same as the name of the project. How can I change the name of my iOS app?

Thanks in advance for your help!

+2  A: 

Look for "Bundle display name" inside your application info.plist.

Aloha Silver
Found it! It's called "Product Name" under the Packaging settings. Thanks!
BeachRunnerJoe
The Product Name shouldn't have spaces, but can be as long as you need. If you want a shorter name (to fit under the icon) with spaces, set the Bundle Display Name instead of the Product Name.
hotpaw2