mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
Update
This commit is contained in:
53
eas.json
Normal file
53
eas.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user