diff --git a/app.config.js b/app.config.js index 04b0fd7002..7c0e30f6e1 100644 --- a/app.config.js +++ b/app.config.js @@ -93,7 +93,7 @@ module.exports = function (config) { entitlements: { 'com.apple.security.application-groups': 'group.app.bsky', 'com.apple.developer.associated-appclip-app-identifiers': [ - 'xyz.blueskyweb.app.appclip', + 'xyz.blueskyweb.app.AppClip', ], }, privacyManifests: { @@ -256,7 +256,7 @@ module.exports = function (config) { }, { targetName: 'BlueskyAppClip', - bundleIdentifier: 'xyz.blueskyweb.app.appclip', + bundleIdentifier: 'xyz.blueskyweb.app.AppClip', entitlements: { 'com.apple.security.application-groups': [ 'group.app.bsky',