美文网首页程序员
iOS修改文件模板与项目模板

iOS修改文件模板与项目模板

作者: 蚊香酱 | 来源:发表于2016-03-23 20:29 被阅读306次
  • 修改文件模板
    • 打开Finder,选择应用程序,找到Xcode应用
    • 按照文件路径查找到文件模板文件夹Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates
    • 以Xcode7为例,File Templates文件夹下的文件与Xcode中创建文件模板一一对应
文件模板
  • 修改项目模板
    • 打开Finder,选择应用程序,找到Xcode应用
    • 按照文件路径查找到文件模板文件夹Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS
    • 以Xcode7为例,Project Templates文件夹下的文件与Xcode中创建项目模板一一对应
项目模板

相关文章

网友评论

    本文标题:iOS修改文件模板与项目模板

    本文链接:https://www.haomeiwen.com/subject/qcxrlttx.html