Files
streamyfin/eas.json
Fredrik Burmester 4607102ea4 chore
2024-08-11 08:17:04 +02:00

29 lines
484 B
JSON

{
"cli": {
"version": ">= 9.1.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal"
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"production": {}
},
"submit": {
"production": {}
}
}