Xcode-Project-Templates
Xcode-Project-Templates copied to clipboard
Configuration support
I would like to incorporate multiple configurations like “QA”, “Development”, “Production” as described in link http://code.tutsplus.com/tutorials/ios-quick-tip-managing-configurations-with-ease–mobile-18324
but I want these configurations incorporated inside the project template. I have modified the project template’s TemplateInfo.plist file’s Project and Targets keys to contain these additional configurations. These configurations are visible in target build settings in the project created using the template. Problem How can these configurations be made available as part of scheme using the template so that we can select a particular configuration and run the application.