Increase memory on iOS (#6141)
* increase memory on ios * add extended-virtual-addressing
This commit is contained in:
@@ -99,6 +99,8 @@ module.exports = function (config) {
|
|||||||
dark: DARK_SPLASH_CONFIG,
|
dark: DARK_SPLASH_CONFIG,
|
||||||
},
|
},
|
||||||
entitlements: {
|
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',
|
'com.apple.security.application-groups': 'group.app.bsky',
|
||||||
},
|
},
|
||||||
privacyManifests: {
|
privacyManifests: {
|
||||||
|
|||||||
Reference in New Issue
Block a user