您的位置:首页 > 其它

xcode 修改工程名

2012-02-29 16:40 288 查看


Xcode 4.0 or later

xcode 4 或者以后的版本按照下面的方法操作:

点击project,选取要重新命名的target,打开右边的控制栏,会看到工程名这一项,输入新名称,回车
会弹出所有引用工程名的地方,选择需要修改的就欧克了。

Follow these steps to rename your application in Xcode 4.0 or later:

In Xcode, select your target under "Targets" in the project editor, then choose View > Utilities > Show File Inspector.

Xcode opens the file inspector pane. Enter your application's new name in the Project Name field as shown in Figure
1, then hit the return key on your keyboard

Figure 1 Project Editor in Xcode
4 or later


Xcode displays a project-rename dialog that contains all the items that can be renamed in your project. Leave your application selected in the dialog and deselect all other items as shown
in Figure 2, then click Rename to perform the rename operation.

Figure 2 Project-rename
dialog in Xcode 4 or later



Xcode 3.2.x

Follow these steps to rename your application in Xcode 3.2.x:

In Xcode, choose Project > Rename. Xcode displays a project-rename dialog that contains all the items that can be renamed in your project.

Leave your application selected in the dialog and deselect all other items as shown in Figure
3.

Enter your application's new name in the text field, then click Rename to perform the rename operation.

Figure 3 Project-rename dialog
in Xcode 3.2.x
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: