一.创建工程模板
1.在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS目录下你可看到Xcode内置的几个模板
2.任意拷贝其中一个模板,并改名为Test.xctemplate,后缀名一定是.xctemplate
3.打开Test中的TemplateInfo.plist文件,将文件中的Identifier改为com.apple.dt.unit.TestApplication保存关闭后,重新新建一个项目试试,是不是有个Test的模板呢
二.创建代码模板
1.和创建工程模板类似进入到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates/Source目录下
2.任意拷贝其中一个模板,并改名为MyClass.xctemplate,后缀.xctemplate新建文件试试,是不是有MyClass这个文件模板了呢