diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-11-07 13:21:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 13:21:05 +0000 |
commit | 6570f56d8e22b22d099338c24731f525b860583a (patch) | |
tree | 68f69a44a2e8e025e82d8e90409b0898f37f782f /app.config.js | |
parent | d666a2d7c3e55044435cfecd548caa3467b735d9 (diff) | |
download | voidsky-6570f56d8e22b22d099338c24731f525b860583a.tar.zst |
Increase memory on iOS (#6141)
* increase memory on ios * add extended-virtual-addressing
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
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: { |