mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
- added ability to write debug logs for development builds - added filtering to log page - modified filter button to allow for multiple selection if required
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 9.1.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"DEBUG": "1"
|
|
}
|
|
},
|
|
"development_tv": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"env": {
|
|
"EXPO_TV": "1",
|
|
"DEBUG": "1"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true,
|
|
"DEBUG": "1"
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "0.28.0",
|
|
"android": {
|
|
"image": "latest"
|
|
}
|
|
},
|
|
"production-apk": {
|
|
"channel": "0.28.0",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "latest"
|
|
}
|
|
},
|
|
"production-apk-tv": {
|
|
"channel": "0.28.0",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"image": "latest"
|
|
},
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|