Modify the contents of the project template and the main function:/applications/xcode.app/contents/developer/library/xcode/templates/project Templates/mac /application/command Line tool.xctemplate/
EX:
int Main (intconstChar * argv[]) { [NSString stringWithFormat:<# (NSString *), ...#>]; return 0 ;}
Modify the header of the OC file description information:/applications/xcode.app/contents/developer/library/xcode/templates/file templates/source/ Cocoa class.xctemplate
EX:
// // main.m/ / Modify project template //// Created by Xiaomage on 15/6/18. // Copyright (c) 2015 xiaomage. All rights reserved. // Modify to the following /* Project Name: File name: Creator : Creation time: Copyright : Modified person * /
Commonly used Xcode document location, modify Xcode project template address summary, as well as common address, update at any time.