如何在Xcode的模板头中替换公司名称?

时间:2009-07-15 17:42:20

标签: iphone xcode xcode-template

当Xcode创建一个新文件时,标题中总会有这样的内容:

//  Copyright 2009 __MyCompanyName__. All rights reserved.

我该如何改变?

5 个答案:

答案 0 :(得分:10)

您可以在Xcode项目文件中更改它。这是我的图片教程。 enter image description here

答案 1 :(得分:9)

Xcode会尝试从系统地址簿中的条目中提取此信息 - 如果您无法在此处修改,请尝试使用此命令覆盖:

defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions '{ ORGANIZATIONNAME = "ORGNAME";}'

答案 2 :(得分:8)

作为上述答案的后续行动,有关该答案和许多其他偏好的说明,请参阅the Xcode defaults reference

答案 3 :(得分:1)

从xcode 3开始,如果com.apple.Xcode.plist中缺少“PBXCustomTemplateMacroDefinitions”键,它将使用地址簿卡中的“公司”字段。

答案 4 :(得分:0)

默认写com.apple.Xcode PBXCustomTemplateMacroDefinitions'{“ORGANIZATIONNAME”=“javacom”; ''

进入终端。