From ba667af80e8c23603b23a03f11d05e8b3324f9ca Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 27 Feb 2024 21:09:59 -0800 Subject: add entitlements (#3013) --- app.config.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app.config.js') 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', + }, }, ], }, -- cgit 1.4.1