mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
54 lines
991 B
JSON
54 lines
991 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.15.1"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"extends": "production",
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"withoutCredentials": true,
|
|
"gradleCommand": ":app:assembleDebug"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Debug",
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development_tv": {
|
|
"extends": "development",
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
},
|
|
"preview": {
|
|
"extends": "production",
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
},
|
|
"android": {
|
|
"buildType": "apk",
|
|
"withoutCredentials": true
|
|
}
|
|
},
|
|
"preview_tv": {
|
|
"extends": "preview",
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
},
|
|
"production": {},
|
|
"production_tv": {
|
|
"extends": "production",
|
|
"env": {
|
|
"EXPO_TV": "1"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|