about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-27 21:09:59 -0800
committerGitHub <noreply@github.com>2024-02-27 21:09:59 -0800
commitba667af80e8c23603b23a03f11d05e8b3324f9ca (patch)
tree1389dc20201b126a87058df405f00140e7fd2ea8
parentffeef8fd49da590a4b5f7bb8b0418ec3b94709c9 (diff)
downloadvoidsky-ba667af80e8c23603b23a03f11d05e8b3324f9ca.tar.zst
add entitlements (#3013)
-rw-r--r--app.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index 2a1100b9e..04b186bf8 100644
--- a/app.config.js
+++ b/app.config.js
@@ -65,6 +65,9 @@ module.exports = function (config) {
           ...SPLASH_CONFIG,
           dark: DARK_SPLASH_CONFIG,
         },
+        entitlements: {
+          'com.apple.security.application-groups': 'group.app.bsky',
+        },
       },
       androidStatusBar: {
         barStyle: 'dark-content',
@@ -152,6 +155,9 @@ module.exports = function (config) {
                   {
                     targetName: 'Share-with-Bluesky',
                     bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
+                    entitlements: {
+                      'com.apple.security.application-groups': 'group.app.bsky',
+                    },
                   },
                 ],
               },