| [Objective-C] 纯文本查看 复制代码 //  testAppDelegate.m  
//  test  
//  
//  Created by gaohf on 11-5-24.  
//  Copyright 2011 __MyCompanyName__. All rights reserved.
 在终端中执行以下命令:
 
 
 [CSS] 纯文本查看 复制代码 defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "COMPANY";}' 
 
 [Objective-C] 纯文本查看 复制代码 //  
//  testAppDelegate.m  
//  test  
//  
//  Created by gaohf on 11-5-24.  
//  Copyright 2011 COMPANY. All rights reserved.  
//   |