From e2ae534fde4a351ac4c8ebf18a492f0fc6ab7abc Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 27 Feb 2024 21:11:48 -0800 Subject: [PATCH] Fix app config --- app.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 04b186bf..a18addcc 100644 --- a/app.config.js +++ b/app.config.js @@ -156,7 +156,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', + 'com.apple.security.application-groups': [ + 'group.app.bsky', + ], }, }, ],