keepyourmouthshut/RiderApp/eas.json

32 lines
545 B
JSON
Raw Permalink Normal View History

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