about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-11-07 13:21:05 +0000
committerGitHub <noreply@github.com>2024-11-07 13:21:05 +0000
commit6570f56d8e22b22d099338c24731f525b860583a (patch)
tree68f69a44a2e8e025e82d8e90409b0898f37f782f
parentd666a2d7c3e55044435cfecd548caa3467b735d9 (diff)
downloadvoidsky-6570f56d8e22b22d099338c24731f525b860583a.tar.zst
Increase memory on iOS (#6141)
* increase memory on ios

* add extended-virtual-addressing
-rw-r--r--app.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index fed1b17a3..ecdbffb6c 100644
--- a/app.config.js
+++ b/app.config.js
@@ -99,6 +99,8 @@ module.exports = function (config) {
           dark: DARK_SPLASH_CONFIG,
         },
         entitlements: {
+          'com.apple.developer.kernel.increased-memory-limit': true,
+          'com.apple.developer.kernel.extended-virtual-addressing': true,
           'com.apple.security.application-groups': 'group.app.bsky',
         },
         privacyManifests: {