Files
sub2api-mobile/eas.json

27 lines
453 B
JSON
Raw Normal View History

{
"cli": {
"version": ">= 16.21.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
2026-03-08 00:41:17 +08:00
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"production": {}
}
}