Xcode-Project-Templates icon indicating copy to clipboard operation
Xcode-Project-Templates copied to clipboard

Configuration support

Open parvezq opened this issue 9 years ago • 0 comments

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.

parvezq avatar Apr 13 '15 05:04 parvezq