mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
26 lines
429 B
JSON
26 lines
429 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 9.1.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|