about summary refs log tree commit diff
path: root/plugins/shareExtension/withAppEntitlements.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-02-27 18:41:53 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-02-27 18:41:53 -0800
commit622d0daad6171ce2fc1c4d7b1f89e04364924c57 (patch)
tree20af7734623e1c5bd8f66c5e251cff75834b1692 /plugins/shareExtension/withAppEntitlements.js
parented2e6d654e4736b0b15ba4dafd062f850b329774 (diff)
downloadvoidsky-622d0daad6171ce2fc1c4d7b1f89e04364924c57.tar.zst
More entitlement fixes
Diffstat (limited to 'plugins/shareExtension/withAppEntitlements.js')
-rw-r--r--plugins/shareExtension/withAppEntitlements.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shareExtension/withAppEntitlements.js b/plugins/shareExtension/withAppEntitlements.js
index 6f9136c37..e69091540 100644
--- a/plugins/shareExtension/withAppEntitlements.js
+++ b/plugins/shareExtension/withAppEntitlements.js
@@ -4,7 +4,7 @@ const withAppEntitlements = config => {
   // eslint-disable-next-line no-shadow
   return withEntitlementsPlist(config, async config => {
     config.modResults['com.apple.security.application-groups'] = [
-      `group.${config.ios.bundleIdentifier}`,
+      `group.bsky.app`,
     ]
     return config
   })