更改Xcode的缺省公司名

来源:互联网 发布:mysql数据库账号密码 编辑:程序博客网 时间:2024/04/28 16:30


Ios代码  收藏代码
  1. //  
  2. //  testAppDelegate.m  
  3. //  test  
  4. //  
  5. //  Created by gaohf on 11-5-24.  
  6. //  Copyright 2011 __MyCompanyName__. All rights reserved.  
  7. //  

 

在终端中执行以下命令:

 

Mac代码  收藏代码
  1. defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "COMPANY";}'  

 

现在,再来看看。

 

Ios代码  收藏代码
  1. //  
  2. //  testAppDelegate.m  
  3. //  test  
  4. //  
  5. //  Created by gaohf on 11-5-24.  
  6. //  Copyright 2011 COMPANY. All rights reserved.  
  7. //