48 lines
830 B
JSON
48 lines
830 B
JSON
|
{
|
||
|
"cli": {
|
||
|
"version": ">= 14.5.0",
|
||
|
"appVersionSource": "remote"
|
||
|
},
|
||
|
"build": {
|
||
|
"development": {
|
||
|
"developmentClient": true,
|
||
|
"distribution": "internal",
|
||
|
"android": {
|
||
|
"image": "latest"
|
||
|
},
|
||
|
"ios": {
|
||
|
"image": "latest"
|
||
|
}
|
||
|
},
|
||
|
"development-simulator": {
|
||
|
"extends": "development",
|
||
|
"ios": {
|
||
|
"simulator": true
|
||
|
}
|
||
|
},
|
||
|
"preview": {
|
||
|
"distribution": "internal",
|
||
|
"channel": "main",
|
||
|
"android": {
|
||
|
"image": "latest"
|
||
|
},
|
||
|
"ios": {
|
||
|
"image": "latest"
|
||
|
}
|
||
|
},
|
||
|
"production": {
|
||
|
"channel": "production",
|
||
|
"autoIncrement": true,
|
||
|
"android": {
|
||
|
"image": "latest"
|
||
|
},
|
||
|
"ios": {
|
||
|
"image": "latest"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"submit": {
|
||
|
"production": {}
|
||
|
}
|
||
|
}
|