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

Posted by Liu Peng on March 23, 2016
  • 修改文件模板
    • 打开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中创建项目模板一一对应

项目模板


//