如何在 Xcode 4.x 中重命名项目名称
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5523195/
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
How to rename project name in Xcode 4.x
提问by ssj
Possible Duplicate:
Renaming projects in XCode 4
可能的重复:
在 XCode 4 中重命名项目
In 3.2, you go to project, then rename. I can't find it anywhere in Xcode 4 even though the official documents tells you to do just that for 3.2 or later.
在 3.2 中,您转到项目,然后重命名。我在 Xcode 4 的任何地方都找不到它,即使官方文档告诉你只在 3.2 或更高版本中这样做。
回答by Ole Begemann
Select the project in the Project Navigator (Cmd-1) and open the File Inspector in the right sidebar (Cmd-Opt-1). There, change the Project Name.
在 Project Navigator (Cmd-1) 中选择项目并在右侧边栏中打开 File Inspector (Cmd-Opt-1)。在那里,更改项目名称。