如何更改默认版权模板
每当我在 xcode 中创建一个新文件时,它都会在文件顶部放置类似的内容:
// Copyright __MyCompanyName__ 2008. All rights reserved.
如何将其更改为有用的内容?
更新:在这里找到答案。
Whenever I make a new file in xcode, it puts something like this at the top of the file:
// Copyright __MyCompanyName__ 2008. All rights reserved.
How can I change that to something useful?
Update: found the answer here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 Xcode 3 开始,它将使用地址簿卡中的“公司”字段。
As of Xcode 3, it will use the "company" field from your Address Book card.
请按照以下步骤更改版权:
注意:此更改适用于您创建的新文件,因此您需要更新之前手动创建的文件。
Follow these steps to change the copyright:
Note: The change is for new files that you create, so you will need to update the ones that had been previously created manually.
从 Xcode 6.1.1 开始,可以通过单击项目视图中的主 .xcodeproj 文件(蓝色的)来更改此设置。 右侧面板有一个名为“组织”的字段,将用于版权模板。 该面板可能是隐藏的,可以通过右上角的按钮使其可见。
As of Xcode 6.1.1 this can be changed by clicking on the main .xcodeproj file in the project view (the blue one). The right panel has a field called 'Organization' that will be used for the copyright template. This panel may be hidden, and can be made visible with a button in the upper right corner.