Sian 发表于 2015-1-6 11:41:56

更改Xcode的缺省公司名

//testAppDelegate.m
//test
//
//Created by gaohf on 11-5-24.
//Copyright 2011 __MyCompanyName__. All rights reserved.

在终端中执行以下命令:

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "COMPANY";}'

//
//testAppDelegate.m
//test
//
//Created by gaohf on 11-5-24.
//Copyright 2011 COMPANY. All rights reserved.
//
页: [1]
查看完整版本: 更改Xcode的缺省公司名