forked from Ninjalama/streamyfin_mirror
69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 9.1.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"development_tv": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "0.27.0",
|
|
"android": {
|
|
"image": "latest",
|
|
"buildType": "app-bundle"
|
|
},
|
|
"env": {
|
|
"GOOGLE_SERVICES_JSON": "GOOGLE_SERVICES_JSON"
|
|
}
|
|
},
|
|
"production-apk": {
|
|
"channel": "0.27.0",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "latest"
|
|
},
|
|
"env": {
|
|
"GOOGLE_SERVICES_JSON": "GOOGLE_SERVICES_JSON"
|
|
}
|
|
},
|
|
"production-apk-tv": {
|
|
"channel": "0.27.0",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "latest"
|
|
},
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|