Bluesky app fork with some witchin' additions 💫

Fix entitlements (#3008)

authored by hailey.at 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