oops again
This commit is contained in:
+4
-3
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user