有没有办法重命名 Xcode 4 方案?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5346767/
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-09 03:47:34  来源:igfitidea点击:

Is there a way to rename an Xcode 4 scheme?

xcodexcode4

提问by Karl

I've been looking all over Xcode for this, but I can't find any place that allows you to rename an existing scheme in Xcode 4. Is this even possible?

为此,我一直在 Xcode 中四处寻找,但找不到任何允许您重命名 Xcode 4 中现有方案的地方。这可能吗?

回答by sudo rm -rf

You need to click on the scheme button, then hit "Manage Schemes". Once you do so, you'll have a window like this:

您需要单击方案按钮,然后点击“管理方案”。一旦你这样做了,你就会有一个这样的窗口:

enter image description here

在此处输入图片说明

Select the scheme you want to change, and hit Return.

选择要更改的方案,然后点击Return

Now the scheme name will be editable, and you can change it to your hearts desire. Then hit Returnagain to save it.

现在方案名称将是可编辑的,您可以根据自己的意愿进行更改。然后Return再次点击以保存它。

回答by mpmeyer

A slow double click also does the job.

缓慢的双击也可以完成这项工作。

回答by CalZone

Click once to select it. Then again click on selected title to get to edit mode.

单击一次以选择它。然后再次单击所选标题以进入编辑模式。