update app.config.js

This commit is contained in:
Hailey
2024-06-12 09:55:43 -07:00
parent 3f87e899fc
commit 7382ace1ef
+15
View File
@@ -90,6 +90,8 @@ module.exports = function (config) {
}, },
entitlements: { entitlements: {
'com.apple.security.application-groups': 'group.app.bsky', 'com.apple.security.application-groups': 'group.app.bsky',
'com.apple.developer.associated-appclip-app-identifiers':
'xyz.blueskysocial.app.clip',
}, },
privacyManifests: { privacyManifests: {
NSPrivacyAccessedAPITypes: [ 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,
},
},
], ],
}, },
}, },