Files
OrionTV/eas.json
zimplexing 7e6095d2bb Update
2025-07-04 18:10:28 +08:00

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": {}
}
}