Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix entitlements (#3008)

authored by

Hailey and committed by
GitHub
ed2e6d65 259468b7

+1 -1
+1 -1
plugins/shareExtension/withExtensionEntitlements.js
··· 14 14 15 15 const shareExtensionEntitlements = { 16 16 'com.apple.security.application-groups': [ 17 - `group.${config.ios?.bundleIdentifier}`, 17 + `group.bsky.app`, 18 18 ], 19 19 } 20 20