update app.config.js
This commit is contained in:
@@ -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,
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user