32 lines
545 B
JSON
32 lines
545 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.8.1"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"resourceClass": "m-medium"
|
|
},
|
|
"channel": "development"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"resourceClass": "m-medium"
|
|
},
|
|
"channel": "preview"
|
|
},
|
|
"production": {
|
|
"channel": "production",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|