Update config

zio/stable
Paul Frazee 2023-04-12 20:49:36 -07:00
parent d70182a996
commit 8aabc70fa9
2 changed files with 6 additions and 4 deletions

View File

@ -13,6 +13,7 @@
"backgroundColor": "#ffffff"
},
"ios": {
"buildNumber": "2",
"supportsTablet": false,
"bundleIdentifier": "xyz.blueskyweb.app",
"config": {

View File

@ -1,26 +1,27 @@
{
"cli": {
"version": ">= 3.8.1"
"version": ">= 3.8.1",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
"resourceClass": "medium"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
"resourceClass": "medium"
},
"channel": "preview"
},
"production": {
"ios": {
"resourceClass": "m-medium"
"resourceClass": "medium"
},
"channel": "production"
}