Files
streamyfin/eas.json
Fredrik Burmester 13df2d1077 chore: version
2025-08-19 10:01:34 +02:00

78 lines
1.5 KiB
JSON

{
"cli": {
"version": ">= 9.1.0"
},
"build": {
"development": {
"environment": "development",
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"development_tv": {
"environment": "development",
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_TV": "1",
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"preview": {
"environment": "development",
"distribution": "internal",
"env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"development-simulator": {
"environment": "development",
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"production": {
"environment": "production",
"channel": "0.32.0",
"android": {
"image": "latest"
}
},
"production-apk": {
"environment": "production",
"channel": "0.32.0",
"android": {
"buildType": "apk",
"image": "latest"
}
},
"production-apk-tv": {
"environment": "production",
"channel": "0.32.0",
"android": {
"buildType": "apk",
"image": "latest"
},
"env": {
"EXPO_TV": "1"
}
}
},
"submit": {
"production": {}
}
}