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" "backgroundColor": "#ffffff"
}, },
"ios": { "ios": {
"buildNumber": "2",
"supportsTablet": false, "supportsTablet": false,
"bundleIdentifier": "xyz.blueskyweb.app", "bundleIdentifier": "xyz.blueskyweb.app",
"config": { "config": {

View File

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