Files
streamyfin/eas.json
Fredrik Burmester 70a0033094 chore: version
2026-05-28 11:41:51 +02:00

95 lines
1.9 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"
}
},
"development-simulator": {
"environment": "development",
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"preview": {
"distribution": "internal",
"env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"preview_tv": {
"distribution": "internal",
"env": {
"EXPO_TV": "1",
"EXPO_PUBLIC_WRITE_DEBUG": "1"
}
},
"production": {
"environment": "production",
"channel": "0.54.0",
"android": {
"image": "latest"
}
},
"production-apk": {
"environment": "production",
"channel": "0.54.0",
"android": {
"buildType": "apk",
"image": "latest"
}
},
"production-apk-tv": {
"environment": "production",
"channel": "0.54.0",
"android": {
"buildType": "apk",
"image": "latest"
},
"env": {
"EXPO_TV": "1"
}
},
"production_tv": {
"environment": "production",
"channel": "0.54.0",
"env": {
"EXPO_TV": "1"
},
"ios": {
"credentialsSource": "local"
}
}
},
"submit": {
"production": {},
"production_tv": {}
}
}