1 Attachment(s)
configurations "Release" vs "Production" (touch 2.1)
Architect gives the options of settings configuration to either Debug or Production,
but the Cmd/2.1 docs, as well as the comment in the Architect generated PackageSettings.json file states that the correct values are Debug or Release
Code:
/**
* @cfg {String} configuration
*
* This is configuration for your application. `Debug` should always be used unless you are submitting your app to an online
* store - in which case `Release` should be specified.
*/
"configuration": "Production",
Attachment 39878