Skip to content

Commit

Permalink
add entitlements (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Feb 28, 2024
1 parent ffeef8f commit ba667af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ module.exports = function (config) {
...SPLASH_CONFIG,
dark: DARK_SPLASH_CONFIG,
},
entitlements: {
'com.apple.security.application-groups': 'group.app.bsky',
},
},
androidStatusBar: {
barStyle: 'dark-content',
Expand Down Expand Up @@ -152,6 +155,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',
},
},
],
},
Expand Down

0 comments on commit ba667af

Please sign in to comment.