I would like to create a project template for Xcode 9 which have predefined schemes and build configurations?
I would like to have a template with the following schemes and corresponding build configurations:
- "Dev" scheme with "Dev Debug" & "Dev Release" build configuration
- "Integration" scheme with "Integration Debug" & "Integration Release" build configuration
- "Production" scheme with "Production Debug" & "Production Release" build configuration
Is something like this possible? Anyone has had success with this? There is a good article about creating Xcode templates, but It does not describe how to create templates with predefined schemes: https://www.telerik.com/blogs/how-to-create-custom-project-templates-in-xcode-7
Any help would be appreciated, Thx :)