about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-23 16:35:01 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-08-23 16:35:01 -0700
commit93d5ba18200261be3eb2b149bf45d9e0755d66bd (patch)
treef9b32e19e1a9e6a99a914fe14d68f5760b3f0208 /eas.json
parent9bd9d40306e2e927c81cedb381fd972686dd788d (diff)
downloadvoidsky-93d5ba18200261be3eb2b149bf45d9e0755d66bd.tar.zst
Fix eas.json
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/eas.json b/eas.json
index 30c3cce4b..240bc017d 100644
--- a/eas.json
+++ b/eas.json
@@ -9,7 +9,7 @@
       "distribution": "internal",
       "ios": {
         "simulator": true,
-        "resourceClass": "large"
+        "resourceClass": "m-large"
       },
       "channel": "development"
     },
@@ -17,20 +17,20 @@
       "developmentClient": true,
       "distribution": "internal",
       "ios": {
-        "resourceClass": "large"
+        "resourceClass": "m-large"
       },
       "channel": "development"
     },
     "preview": {
       "distribution": "internal",
       "ios": {
-        "resourceClass": "large"
+        "resourceClass": "m-large"
       },
       "channel": "preview"
     },
     "production": {
       "ios": {
-        "resourceClass": "large"
+        "resourceClass": "m-large"
       },
       "channel": "production"
     }