Fix app config
parent
ba667af80e
commit
e2ae534fde
|
@ -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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue