From 7382ace1efa4dc9630485709fcdb0fe80c7beef3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 09:55:43 -0700 Subject: [PATCH] update app.config.js --- app.config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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, + }, + }, ], }, },