Skip to content

Commit d3de20f

Browse files
authored
Merge pull request #864 from Plant-for-the-Planet-org/bugfix/xcode-build-fix
Bugfix/xcode build fix
2 parents 28315d6 + d19ab92 commit d3de20f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

app.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
],
1717
"plugins": [
1818
"@maplibre/maplibre-react-native",
19+
[
20+
"expo-build-properties",
21+
{
22+
"ios": {
23+
"deploymentTarget": "15.5"
24+
}
25+
}
26+
],
1927
[
2028
"expo-location",
2129
{
@@ -49,7 +57,8 @@
4957
}
5058
],
5159
"expo-localization",
52-
"expo-secure-store"
60+
"expo-secure-store",
61+
"expo-build-properties"
5362
],
5463
"ios": {
5564
"supportsTablet": true,
@@ -88,4 +97,4 @@
8897
]
8998
}
9099
}
91-
}
100+
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"d3-shape": "^3.2.0",
3939
"expo": "~51.0.21",
4040
"expo-application": "~5.9.1",
41+
"expo-build-properties": "~0.12.5",
4142
"expo-camera": "~15.0.14",
4243
"expo-clipboard": "~6.0.3",
4344
"expo-constants": "~16.0.2",
@@ -96,7 +97,7 @@
9697
"react-native-web": "~0.19.10",
9798
"react-native-webview": "13.8.6",
9899
"react-native-youtube-iframe": "^2.3.0",
99-
"react-native-zip-archive": "^6.1.0",
100+
"react-native-zip-archive": "7.0.1",
100101
"react-redux": "^9.1.0",
101102
"realm": "^12.11.1",
102103
"redux-persist": "^6.0.0",
@@ -131,5 +132,6 @@
131132
"@babel/core": "^7.20.2",
132133
"babel-loader": "8.3.0"
133134
},
134-
"private": true
135+
"private": true,
136+
"packageManager": "[email protected]+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
135137
}

0 commit comments

Comments
 (0)