如何更改现有 Xcode 项目上的组织名称

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

How to change the organization name on an existing Xcode project

iosxcodexcode6

提问by grabury

I created a once off Xcode project but entered the organisation name in incorrectly. How can I change it?

我创建了一个一次性的 Xcode 项目,但错误地输入了组织名称。我怎样才能改变它?

回答by picciano

There are two things you will need to do. With the project or target selected, you can update the "Organization" field in the "Project Document" section of the "Utilities" panel (usually on the right).

您需要做两件事。选择项目或目标后,您可以更新“实用工具”面板(通常在右侧)的“项目文档”部分中的“组织”字段。

Next, for an existing source files, you will need to perform a search/replace to update the header comments. Only new files will automatically get the new organization name.

接下来,对于现有的源文件,您需要执行搜索/替换以更新标题注释。只有新文件才会自动获得新的组织名称。

回答by a.masri

Click on target -> click show the file inspector -> organization name text field edit organization name

单击目标 -> 单击显示文件检查器 -> 组织名称文本字段编辑组织名称

enter image description here

在此处输入图片说明

If you need to edit Project name

如果您需要编辑项目名称

1- select you'r project then press Enteredit name

1-选择您的项目,然后按Enter编辑名称

2- show rename project content items

2- 显示重命名项目内容项

enter image description here

在此处输入图片说明

3- click rename

3-点击重命名

4- build your project

4- 构建你的项目

Note : If you use pod should change Target name in podfile then pod install? You will find that he has created a new file newTarget.xcworkspace

注意:如果您使用 pod 应该更改 podfile 中的目标名称,然后pod install?你会发现他新建了一个文件 newTarget.xcworkspace