change clip bundle identifier
This commit is contained in:
+2
-2
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user