fix social-app patch
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
diff --git a/app.config.js b/app.config.js
|
||||
index ca417206b..0807d7cd3 100644
|
||||
--- a/app.config.js
|
||||
+++ b/app.config.js
|
||||
@@ -18,10 +18,7 @@ module.exports = function (_config) {
|
||||
const IS_DEV = !IS_TESTFLIGHT || !IS_PRODUCTION
|
||||
@@ -23,10 +23,7 @@
|
||||
const IS_DEV = !IS_TESTFLIGHT && !IS_PRODUCTION
|
||||
|
||||
const ASSOCIATED_DOMAINS = [
|
||||
- 'applinks:bsky.app',
|
||||
@@ -14,7 +12,7 @@ index ca417206b..0807d7cd3 100644
|
||||
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
||||
...(IS_DEV || IS_TESTFLIGHT ? [] : []),
|
||||
]
|
||||
@@ -33,27 +30,25 @@ module.exports = function (_config) {
|
||||
@@ -38,27 +35,25 @@
|
||||
return {
|
||||
expo: {
|
||||
version: VERSION,
|
||||
@@ -49,16 +47,16 @@ index ca417206b..0807d7cd3 100644
|
||||
infoPlist: {
|
||||
UIBackgroundModes: ['remote-notification'],
|
||||
NSCameraUsageDescription:
|
||||
@@ -113,7 +108,7 @@ module.exports = function (_config) {
|
||||
@@ -118,7 +113,7 @@
|
||||
entitlements: {
|
||||
'com.apple.developer.kernel.increased-memory-limit': true,
|
||||
'com.apple.developer.kernel.extended-virtual-addressing': true,
|
||||
- 'com.apple.security.application-groups': 'group.app.bsky',
|
||||
+ 'com.apple.security.application-groups': 'group.ai.syui.at',
|
||||
// 'com.apple.developer.device-information.user-assigned-device-name': true,
|
||||
},
|
||||
privacyManifests: {
|
||||
NSPrivacyCollectedDataTypes: [
|
||||
@@ -175,14 +170,14 @@ module.exports = function (_config) {
|
||||
@@ -181,14 +176,14 @@
|
||||
barStyle: 'light-content',
|
||||
},
|
||||
android: {
|
||||
@@ -75,38 +73,16 @@ index ca417206b..0807d7cd3 100644
|
||||
intentFilters: [
|
||||
{
|
||||
action: 'VIEW',
|
||||
@@ -190,7 +185,7 @@ module.exports = function (_config) {
|
||||
@@ -196,7 +191,7 @@
|
||||
data: [
|
||||
{
|
||||
scheme: 'https',
|
||||
- host: 'bsky.app',
|
||||
+ host: 'syu.is',
|
||||
},
|
||||
IS_DEV && {
|
||||
scheme: 'http',
|
||||
@@ -213,9 +208,9 @@ module.exports = function (_config) {
|
||||
: undefined,
|
||||
codeSigningMetadata: UPDATES_ENABLED
|
||||
? {
|
||||
- keyid: 'main',
|
||||
- alg: 'rsa-v1_5-sha256',
|
||||
- }
|
||||
+ keyid: 'main',
|
||||
+ alg: 'rsa-v1_5-sha256',
|
||||
+ }
|
||||
: undefined,
|
||||
checkAutomatically: 'NEVER',
|
||||
},
|
||||
@@ -225,7 +220,7 @@ module.exports = function (_config) {
|
||||
'expo-web-browser',
|
||||
[
|
||||
'react-native-edge-to-edge',
|
||||
- {android: {enforceNavigationBarContrast: false}},
|
||||
+ { android: { enforceNavigationBarContrast: false } },
|
||||
],
|
||||
USE_SENTRY && [
|
||||
'@sentry/react-native/expo',
|
||||
@@ -265,7 +260,6 @@ module.exports = function (_config) {
|
||||
...(IS_DEV
|
||||
? [
|
||||
@@ -280,7 +275,6 @@
|
||||
networkInstrumentation: true,
|
||||
},
|
||||
],
|
||||
@@ -114,7 +90,7 @@ index ca417206b..0807d7cd3 100644
|
||||
'./plugins/withGradleJVMHeapSizeIncrease.js',
|
||||
'./plugins/withAndroidManifestLargeHeapPlugin.js',
|
||||
'./plugins/withAndroidManifestFCMIconPlugin.js',
|
||||
@@ -273,8 +267,6 @@ module.exports = function (_config) {
|
||||
@@ -288,8 +282,6 @@
|
||||
'./plugins/withAndroidStylesAccentColorPlugin.js',
|
||||
'./plugins/withAndroidDayNightThemePlugin.js',
|
||||
'./plugins/withAndroidNoJitpackPlugin.js',
|
||||
@@ -123,16 +99,7 @@ index ca417206b..0807d7cd3 100644
|
||||
[
|
||||
'expo-font',
|
||||
{
|
||||
@@ -387,7 +379,7 @@ module.exports = function (_config) {
|
||||
},
|
||||
},
|
||||
],
|
||||
- ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
|
||||
+ ['expo-screen-orientation', { initialOrientation: 'PORTRAIT_UP' }],
|
||||
['expo-location'],
|
||||
[
|
||||
'expo-contacts',
|
||||
@@ -402,30 +394,7 @@ module.exports = function (_config) {
|
||||
@@ -417,30 +409,7 @@
|
||||
build: {
|
||||
experimental: {
|
||||
ios: {
|
||||
|
||||
Reference in New Issue
Block a user