ai/at
1
0

fix ios patch

This commit is contained in:
2026-01-16 10:35:28 +09:00
parent 3f5ccc8d0f
commit 5288f33029
8 changed files with 59 additions and 680 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/app.config.js b/app.config.js
index 246d8abd3..ed8f7b2b2 100644
index ca417206b..0807d7cd3 100644
--- a/app.config.js
+++ b/app.config.js
@@ -18,10 +18,7 @@ module.exports = function (_config) {
@@ -49,7 +49,7 @@ index 246d8abd3..ed8f7b2b2 100644
infoPlist: {
UIBackgroundModes: ['remote-notification'],
NSCameraUsageDescription:
@@ -113,7 +107,7 @@ module.exports = function (_config) {
@@ -113,7 +108,7 @@ module.exports = function (_config) {
entitlements: {
'com.apple.developer.kernel.increased-memory-limit': true,
'com.apple.developer.kernel.extended-virtual-addressing': true,
@@ -58,7 +58,7 @@ index 246d8abd3..ed8f7b2b2 100644
},
privacyManifests: {
NSPrivacyCollectedDataTypes: [
@@ -175,14 +169,14 @@ module.exports = function (_config) {
@@ -175,14 +170,14 @@ module.exports = function (_config) {
barStyle: 'light-content',
},
android: {
@@ -75,7 +75,7 @@ index 246d8abd3..ed8f7b2b2 100644
intentFilters: [
{
action: 'VIEW',
@@ -190,7 +184,7 @@ module.exports = function (_config) {
@@ -190,7 +185,7 @@ module.exports = function (_config) {
data: [
{
scheme: 'https',
@@ -84,7 +84,7 @@ index 246d8abd3..ed8f7b2b2 100644
},
IS_DEV && {
scheme: 'http',
@@ -213,9 +207,9 @@ module.exports = function (_config) {
@@ -213,9 +208,9 @@ module.exports = function (_config) {
: undefined,
codeSigningMetadata: UPDATES_ENABLED
? {
@@ -97,7 +97,7 @@ index 246d8abd3..ed8f7b2b2 100644
: undefined,
checkAutomatically: 'NEVER',
},
@@ -225,7 +219,7 @@ module.exports = function (_config) {
@@ -225,7 +220,7 @@ module.exports = function (_config) {
'expo-web-browser',
[
'react-native-edge-to-edge',
@@ -106,7 +106,7 @@ index 246d8abd3..ed8f7b2b2 100644
],
USE_SENTRY && [
'@sentry/react-native/expo',
@@ -264,7 +258,6 @@ module.exports = function (_config) {
@@ -265,7 +260,6 @@ module.exports = function (_config) {
networkInstrumentation: true,
},
],
@@ -114,7 +114,7 @@ index 246d8abd3..ed8f7b2b2 100644
'./plugins/withGradleJVMHeapSizeIncrease.js',
'./plugins/withAndroidManifestLargeHeapPlugin.js',
'./plugins/withAndroidManifestFCMIconPlugin.js',
@@ -272,8 +265,6 @@ module.exports = function (_config) {
@@ -273,8 +267,6 @@ module.exports = function (_config) {
'./plugins/withAndroidStylesAccentColorPlugin.js',
'./plugins/withAndroidDayNightThemePlugin.js',
'./plugins/withAndroidNoJitpackPlugin.js',
@@ -123,16 +123,16 @@ index 246d8abd3..ed8f7b2b2 100644
[
'expo-font',
{
@@ -386,7 +377,7 @@ module.exports = function (_config) {
@@ -387,7 +379,7 @@ module.exports = function (_config) {
},
},
],
- ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
+ ['expo-screen-orientation', { initialOrientation: 'PORTRAIT_UP' }],
['expo-location'],
].filter(Boolean),
extra: {
@@ -394,30 +385,7 @@ module.exports = function (_config) {
[
'expo-contacts',
@@ -402,30 +394,7 @@ module.exports = function (_config) {
build: {
experimental: {
ios: {