diff options
author | dan <dan.abramov@gmail.com> | 2024-11-09 00:08:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-09 00:08:00 +0000 |
commit | a90830881014203ee0329b7aee89f4254cbdef4f (patch) | |
tree | cef25a6f6eccd3ab1ed9709b4f93049b6fd44c0c /app.config.js | |
parent | 5da3f29498fda9ab1181df19a718e37099cb2cf6 (diff) | |
download | voidsky-a90830881014203ee0329b7aee89f4254cbdef4f.tar.zst |
This reverts commit 7c45f7dcc7044f46b6d2a3596130db2a108c5e2e.
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: { |