jrshikoku/eas.json
2023-01-29 07:59:06 +09:00

30 lines
497 B
JSON

{
"cli": {
"version": ">= 0.53.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"mapsbuild": {
"releaseChannel": "mapsbuild"
},
"production": {
"releaseChannel": "aliexpress"
},
"beta4.5": {
"releaseChannel": "base"
},
"production4.5": {
"releaseChannel": "buyma"
}
},
"submit": {
"production": {}
}
}