Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase memory on iOS (#6141)

* increase memory on ios

* add extended-virtual-addressing

authored by

Samuel Newman and committed by
GitHub
6570f56d d666a2d7

+2
+2
app.config.js
··· 99 99 dark: DARK_SPLASH_CONFIG, 100 100 }, 101 101 entitlements: { 102 + 'com.apple.developer.kernel.increased-memory-limit': true, 103 + 'com.apple.developer.kernel.extended-virtual-addressing': true, 102 104 'com.apple.security.application-groups': 'group.app.bsky', 103 105 }, 104 106 privacyManifests: {