change clip bundle identifier

This commit is contained in:
Hailey
2024-06-13 12:05:50 -07:00
parent f7abccad7b
commit 5eb8b6ac60
+2 -2
View File
@@ -93,7 +93,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.blueskyweb.app.appclip', 'xyz.blueskyweb.app.AppClip',
], ],
}, },
privacyManifests: { privacyManifests: {
@@ -256,7 +256,7 @@ module.exports = function (config) {
}, },
{ {
targetName: 'BlueskyAppClip', targetName: 'BlueskyAppClip',
bundleIdentifier: 'xyz.blueskyweb.app.appclip', bundleIdentifier: 'xyz.blueskyweb.app.AppClip',
entitlements: { entitlements: {
'com.apple.security.application-groups': [ 'com.apple.security.application-groups': [
'group.app.bsky', 'group.app.bsky',