bsky-app/eas.json

33 lines
593 B
JSON

{
"cli": {
"version": ">= 3.8.1",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "medium"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "medium"
},
"channel": "preview"
},
"production": {
"ios": {
"resourceClass": "medium"
},
"channel": "production"
}
},
"submit": {
"production": {}
}
}