oops again

This commit is contained in:
Hailey
2024-06-12 09:58:13 -07:00
parent 2a91723902
commit fbc407dad1
+4 -3
View File
@@ -91,7 +91,7 @@ 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': 'com.apple.developer.associated-appclip-app-identifiers':
'xyz.blueskysocial.app.clip', 'xyz.blueskysocial.app.appclip',
}, },
privacyManifests: { privacyManifests: {
NSPrivacyAccessedAPITypes: [ NSPrivacyAccessedAPITypes: [
@@ -245,13 +245,14 @@ module.exports = function (config) {
}, },
{ {
targetName: 'BlueskyAppClip', targetName: 'BlueskyAppClip',
bundleIdentifier: 'xyz.blueskyweb.app.clip', bundleIdentifier: 'xyz.blueskyweb.app.appclip',
entitlements: { entitlements: {
'com.apple.security.application-groups': [ 'com.apple.security.application-groups': [
'group.app.bsky', 'group.app.bsky',
], ],
'com.apple.developer.associated-domains': [ 'com.apple.developer.associated-domains': [
'https://bsky.app', 'applinks:bsky.app',
'applinks:staging.bsky.app',
], ],
'com.apple.developer.on-demand-install-capable': true, 'com.apple.developer.on-demand-install-capable': true,
}, },