diff --git a/app.config.js b/app.config.js index 00961940db..9b60d4f280 100644 --- a/app.config.js +++ b/app.config.js @@ -90,6 +90,8 @@ module.exports = function (config) { }, entitlements: { 'com.apple.security.application-groups': 'group.app.bsky', + 'com.apple.developer.associated-appclip-app-identifiers': + 'xyz.blueskysocial.app.clip', }, privacyManifests: { NSPrivacyAccessedAPITypes: [ @@ -241,6 +243,19 @@ module.exports = function (config) { ], }, }, + { + targetName: 'BlueskyAppClip', + bundleIdentifier: 'xyz.blueskyweb.app.clip', + entitlements: { + 'com.apple.security.application-groups': [ + 'group.app.bsky', + ], + 'com.apple.developer.associated-domains': [ + 'https://bsky.app', + ], + 'com.apple.developer.on-demand-install-capable': true, + }, + }, ], }, },