24 lines
367 B
JSON
24 lines
367 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 0.52.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"channel": "test",
|
|
"distribution": "internal",
|
|
"ios": { //"simulator": true
|
|
}
|
|
},
|
|
"test": {
|
|
"channel": "test"
|
|
},
|
|
"production": {
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|