update app config again...
This commit is contained in:
+13
-1
@@ -92,8 +92,9 @@ module.exports = function (config) {
|
||||
},
|
||||
entitlements: {
|
||||
'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',
|
||||
],
|
||||
},
|
||||
privacyManifests: {
|
||||
NSPrivacyAccessedAPITypes: [
|
||||
@@ -211,6 +212,14 @@ module.exports = function (config) {
|
||||
{
|
||||
name: 'BlueskyAppClip',
|
||||
groupIdentifier: 'group.app.bsky',
|
||||
excludedPackages: [
|
||||
'@bam.tech/react-native-image-resizer',
|
||||
'@braintree/sanitize-url',
|
||||
'@discord/bottom-sheet',
|
||||
'@emoji-mart/react',
|
||||
'@floating-ui/dom',
|
||||
'@floating-ui/react-dom',
|
||||
],
|
||||
},
|
||||
],
|
||||
'./plugins/withAndroidManifestPlugin.js',
|
||||
@@ -255,6 +264,9 @@ module.exports = function (config) {
|
||||
'com.apple.developer.associated-domains':
|
||||
ASSOCIATED_DOMAINS,
|
||||
'com.apple.developer.on-demand-install-capable': true,
|
||||
'com.apple.developer.parent-application-identifiers': [
|
||||
'xyz.blueskyweb.app',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
@@ -18824,8 +18824,8 @@ react-keyed-flatten-children@^3.0.0:
|
||||
react-is "^18.2.0"
|
||||
|
||||
react-native-app-clip@bluesky-social/react-native-app-clip:
|
||||
version "0.2.4"
|
||||
resolved "https://codeload.github.com/bluesky-social/react-native-app-clip/tar.gz/ad3968586ee4a5f301af9ebb86b467ee71019646"
|
||||
version "0.3.0"
|
||||
resolved "https://codeload.github.com/bluesky-social/react-native-app-clip/tar.gz/1e57a54516cdbb229d4a6f3effbb70d195f6d970"
|
||||
dependencies:
|
||||
"@expo/config-plugins" "~7.2.5"
|
||||
"@expo/plist" "^0.0.20"
|
||||
|
||||
Reference in New Issue
Block a user