简体   繁体   English

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

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

I have an ios application that runs on xcode 3.2.6. 我有一个在xcode 3.2.6上运行的ios应用程序。 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中,我找不到如何更改它的方法,现在我移至xcode 4。

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. 要更改应用程序图标,请转到“应用程序目标”->“信息”->,然后在“图标文件”列中输入图像名称及其扩展名示例:abc.png并将图像放入项目中。 And for the development identity select project and select Build Setting and choose Code Signing column and set the appropriate profile. 对于开发标识,请选择项目,然后选择“构建设置”,然后选择“代码签名”列并设置适当的配置文件。

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

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