update app config again...

This commit is contained in:
Hailey
2024-06-13 09:48:48 -07:00
parent 53036c8c87
commit f7abccad7b
2 changed files with 15 additions and 3 deletions
+13 -1
View File
@@ -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',
],
},
},
],
+2 -2
View File
@@ -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"