Fix app config
This commit is contained in:
+3
-1
@@ -156,7 +156,9 @@ module.exports = function (config) {
|
|||||||
targetName: 'Share-with-Bluesky',
|
targetName: 'Share-with-Bluesky',
|
||||||
bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
|
bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
|
||||||
entitlements: {
|
entitlements: {
|
||||||
'com.apple.security.application-groups': 'group.app.bsky',
|
'com.apple.security.application-groups': [
|
||||||
|
'group.app.bsky',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user