{ "cli": { "version": ">= 0.52.0", "appVersionSource": "remote" }, "build": { "development": { "developmentClient": true, "channel": "test", "distribution": "internal", "ios": {}, "autoIncrement": true }, "development-simulator": { "developmentClient": true, "channel": "test", "distribution": "internal", "ios": { "simulator": true }, "autoIncrement": true }, "test": { "channel": "test", // "android": { // "buildType": "apk" // }, "autoIncrement": true }, "production": { "channel": "production", "autoIncrement": true } }, "submit": { "production": {} } }