Fix app config
This commit is contained in:
parent
ba667af80e
commit
e2ae534fde
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue