jrshikoku/eas.json
2023-12-13 04:55:19 +09:00

38 lines
663 B
JSON

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