keepyourmouthshut/RiderApp/eas.json

34 lines
581 B
JSON
Raw Normal View History

2023-03-20 10:17:25 +00:00
{
"cli": {
"version": ">= 3.8.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"resourceClass": "m-medium"
}
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"production": {
"developmentClient": false,
"releaseChannel": "production",
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}