diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-12 20:49:36 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-12 20:49:36 -0700 |
commit | 8aabc70fa96c4cd2c62e108031953e968b8ed2e6 (patch) | |
tree | ab679edcfa2996f02367aee11bace86ac48fbb9d | |
parent | d70182a9968dff399fe7594a6535ff97c5032002 (diff) | |
download | voidsky-8aabc70fa96c4cd2c62e108031953e968b8ed2e6.tar.zst |
Update config
-rw-r--r-- | app.json | 1 | ||||
-rw-r--r-- | eas.json | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app.json b/app.json index 335407e40..ea9a9fd72 100644 --- a/app.json +++ b/app.json @@ -13,6 +13,7 @@ "backgroundColor": "#ffffff" }, "ios": { + "buildNumber": "2", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { diff --git a/eas.json b/eas.json index 43d71be57..93db51cbe 100644 --- a/eas.json +++ b/eas.json @@ -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" } |