Files
streamyfin_mirror/eas.json
Fredrik Burmester e1e4f4833c chore: versions
2025-01-04 13:04:02 +01:00

42 lines
741 B
JSON

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