更改前:
- // 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.
- //