Skip to content

Commit

Permalink
Fix app config
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Feb 28, 2024
1 parent ba667af commit e2ae534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
},
],
Expand Down

0 comments on commit e2ae534

Please sign in to comment.