Reputation: 65
Before, my app's name was "Music" and my Bundle Identifier was named sophia.Music, I want to change my app name to a Chinese name like "音乐".
I changed my product name to "音乐" successfully,but my bundle Identifier changed to "sophia.----" ,can not show the right Chinese name!
Can anyone give some comments?
Thanks!
Upvotes: 3
Views: 339
Reputation: 13514
If you want to just change the name of application you only need to go to plist file of the application and change the Bundle name property yo your desired name.
Upvotes: 0
Reputation: 2810
You're going to need to change it in your app's .plist
file. Check out the image below:
Along with the changes to the .plist
file, you'll need to change it in your project's Target -> Info. You'll find this when selecting the main project file in the Project Navigator. Once selected, choose target and then info. See the image below:
Upvotes: 1