简体   繁体   English

在xcode中更改应用程序/目标名称

[英]Change application/target name in xcode

I want to develop same app (same coding ) but with different names .So gone for renaming the app.I tried changing varoius parameters like Bundle Name, Bundle Display Name, Product Name and clean the app and then build it. 我想开发相同的应用程序(相同的编码),但具有不同的名称。为了重命名app.I尝试更改varoius参数,如Bundle Name, Bundle Display Name, Product Name和清理应用程序,然后构建它。 But build is succeeded .After fraction of second my I see the status Finished running 'appname' on iphone 6.0 simulator and my app stops running .What should I exactly change to rename my app ? But build is succeeded 。几分之后,我看到状态Finished running 'appname' on iphone 6.0 simulator and my app stops running我应该更改为重命名我的应用程序?

Go to the project editor and select the target you want (will go blue) 转到项目编辑器并选择所需的目标(将变为蓝色)

在此输入图像描述

Double click on the Target name in the target view window. 双击目标视图窗口中的目标名称。

在此输入图像描述

Type the new name 输入新名称

在此输入图像描述

Bundle Display Name and Bundle Identifier. 捆绑显示名称和捆绑标识符。

The Bundle Display Name for the name that is displayed under the app icon on your device. Bundle显示设备上应用程序图标下显示的名称的名称。 The Bundle Identifier to make the device, simulator and the app store understand that there are two different apps. Bundle Identifier使设备,模拟器和应用程序商店了解有两个不同的应用程序。

在此输入图像描述

在此输入图像描述

change project name and click enter button. 更改项目名称并单击“输入”按钮。

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

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