How do I create another project template in XCode? I want to make another one which will include all of my libraries and have the correct headers and frameworks added.
如何在XCode中创建另一个项目模板?我想制作另一个包含我所有库的文件,并添加正确的标题和框架。
1 个解决方案
#1
0
Try this ars technica post. The general idea is that you set up a project the way you like, then copy it into Xcode's templates folder in ~/Library/Application Support/Developer/Shared/Xcode/
.
试试这个ars technica帖子。一般的想法是你按照自己喜欢的方式设置项目,然后将其复制到〜/ Library / Application Support / Developer / Shared / Xcode /中的Xcode模板文件夹中。
#1
0
Try this ars technica post. The general idea is that you set up a project the way you like, then copy it into Xcode's templates folder in ~/Library/Application Support/Developer/Shared/Xcode/
.
试试这个ars technica帖子。一般的想法是你按照自己喜欢的方式设置项目,然后将其复制到〜/ Library / Application Support / Developer / Shared / Xcode /中的Xcode模板文件夹中。