简体   繁体   English

更改我的应用名称,显示错误的捆绑标识符

[英]Change my app name, Show wrong bundle Identifier

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 "音乐". 之前,我的应用程序的名称是“音乐”,我的Bundle Identifier被命名为sophia.Music,我想将我的应用程序名称更改为中文名称,如“音乐”。

I changed my product name to "音乐" successfully,but my bundle Identifier changed to "sophia.----" ,can not show the right Chinese name! 我成功将产品名称更改为“音乐”,但我的捆绑标识符更改为“sophia .----”,无法显示正确的中文名称!

Can anyone give some comments? 有谁能发表评论?

Thanks! 谢谢!

You're going to need to change it in your app's .plist file. 您将需要在应用的.plist文件中更改它。 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 . 随着.plist文件的更改,您需要在项目的目标 - > 信息中更改它。 You'll find this when selecting the main project file in the Project Navigator. 在Project Navigator中选择项目文件时,您会发现这一点。 Once selected, choose target and then info. 选择后,选择目标,然后选择信息。 See the image below: 见下图:

在此输入图像描述

如果您只想更改应用程序的名称,您只需要转到应用程序的plist文件,并将您想要的名称更改为Bundle name属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM