如何更改 xcode 代码签名标识和应用程序名称?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8048315/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 22:21:40  来源:igfitidea点击:

How do I change xcode code sign identity and application name?

iphoneiosxcode

提问by Raluca Lucaci

I have an ios application that runs on xcode 3.2.6. I want to change application name and application icon. I also want to use another developer identity. In xcode 3 I did not find how to change this and now I am moving to xcode 4.

我有一个在 xcode 3.2.6 上运行的 ios 应用程序。我想更改应用程序名称和应用程序图标。我还想使用另一个开发人员身份。在 xcode 3 中,我没有找到如何更改它,现在我正在转向 xcode 4。

回答by vijay gupta

To change the application icon go to Application Targets -> info - > and in the Icon file column write the name of the image with its extension example: abc.png and put the image in the project. And for the development identity select project and select Build Setting and choose Code Signing column and set the appropriate profile.

要更改应用程序图标,请转到应用程序目标 -> 信息 -> 并在图标文件列中写入图像名称及其扩展名示例:abc.png 并将图像放入项目中。对于开发身份选择项目并选择构建设置并选择代码签名列并设置适当的配置文件。