如何在 Xcode 中更改 Developer-Name 和 Company-Name?

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

How to change Developer-Name & Company-Name in Xcode?

xcode

提问by ChangUZ

//
//  MyViewController.h
//  MyApp
//
//  Created by **Developer-Name** on 11. 12. 27..
//  Copyright (c) 2011 **Company-Name**. All rights reserved.
//

I want to change them. How can I change them?

我想改变它们。我怎样才能改变它们?

回答by Pratik Lad

You can change // Created by Developer-Nameon 11. 12. 27..

您可以更改 // Created by Developer-Nameon 11. 12. 27..

Developer-Name

开发商名称

go to System preferences -> users and groups -> click on your username

转到系统首选项 -> 用户和组 -> 单击您的用户名

and change // Copyright (c) 2011 Company-Name. All rights reserved.

并更改 // 版权所有 (c) 2011公司名称。版权所有。

Company-Name

公司名

select Project in Navigator -> On Right Side Show the File Inspector -> Change "Organization"

在导航器中选择项目 -> 在右侧显示文件检查器 -> 更改“组织”