Files
streamyfin/eas.json
Fredrik Burmester 98880e05ec first commit
2024-07-31 23:19:47 +02:00

26 lines
429 B
JSON

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