Skip to content

Commit

Permalink
2558: Remove Mapbox workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandraH committed Nov 23, 2024
1 parent 18c1a6b commit 76811f1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
34 changes: 16 additions & 18 deletions native/ios/Integreat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@
13B07F8C1A680F5B00A75B9A /* Frameworks */,
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
2E4AEEB92AFD3D4800365635 /* ShellScript */,
3EB1174C3D3480DB5255939B /* [CP] Embed Pods Frameworks */,
A24542B36A5D38264B91AF72 /* [CP] Copy Pods Resources */,
57C28A020DB9B52A6ABACDFB /* [CP-User] [RNFB] Core Configuration */,
Expand Down Expand Up @@ -353,23 +352,6 @@
shellPath = /bin/sh;
shellScript = "../node_modules/react-native/scripts/react-native-xcode.sh index.ts\n";
};
2E4AEEB92AFD3D4800365635 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "# Workaround for Mapbox ios certificates issue - https://stackoverflow.com/questions/77397157\n if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n\n rm \"$BUILD_DIR/Release-iphoneos/Mapbox.xcframework-ios.signature\"\n fi\n";
};
3EB1174C3D3480DB5255939B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -633,6 +615,22 @@
" ${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
);
INFOPLIST_FILE = Integreat/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
Expand Down
16 changes: 8 additions & 8 deletions native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ PODS:
- react-native-static-server (0.5.5):
- GCDWebServer (~> 3.0)
- React
- react-native-webview (13.12.2):
- react-native-webview (13.13.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1405,7 +1405,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNSentry (5.31.1):
- RNSentry (5.33.2):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1428,7 +1428,7 @@ PODS:
- ReactCommon/turbomodule/core
- Sentry/HybridSDK (= 8.36.0)
- Yoga
- RNSVG (15.6.0):
- RNSVG (15.7.1):
- React-Core
- Sentry/HybridSDK (8.36.0)
- SocketRocket (0.7.0)
Expand Down Expand Up @@ -1475,7 +1475,7 @@ DEPENDENCIES:
- react-native-pdf (from `../node_modules/react-native-pdf`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- "react-native-static-server (from `../node_modules/@dr.pogodin/react-native-static-server`)"
- react-native-webview (from `../node_modules/react-native-webview`)
- "react-native-webview (from `../node_modules/@dr.pogodin/react-native-webview`)"
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
Expand Down Expand Up @@ -1610,7 +1610,7 @@ EXTERNAL SOURCES:
react-native-static-server:
:path: "../node_modules/@dr.pogodin/react-native-static-server"
react-native-webview:
:path: "../node_modules/react-native-webview"
:path: "../node_modules/@dr.pogodin/react-native-webview"
React-nativeconfig:
:path: "../node_modules/react-native/ReactCommon"
React-NativeModulesApple:
Expand Down Expand Up @@ -1738,7 +1738,7 @@ SPEC CHECKSUMS:
react-native-pdf: 103940c90d62adfd259f63cca99c7c0c306b514c
react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a
react-native-static-server: 9bb6c921baf4f2ad7e84832b82fa0eb5fe57c9f0
react-native-webview: 3567d1249c79d092d6bec900ab8eadf03769576c
react-native-webview: 85f0387441372c2d3209d86c281e80451e7f18c9
React-nativeconfig: f326487bc61eba3f0e328da6efb2711533dcac46
React-NativeModulesApple: d89733f5baed8b9249ca5a8e497d63c550097312
React-perflogger: ed4e0c65781521e0424f2e5e40b40cc7879d737e
Expand Down Expand Up @@ -1774,8 +1774,8 @@ SPEC CHECKSUMS:
RNPermissions: 829cceec018e0821e4883a8a7cf51a7bb2d0d30a
RNReanimated: f8dc6e880959a874d8d65c1e1fcdc29c946b9fea
RNScreens: db442e7b8c7bc8befec2ce057927305ff8598cc8
RNSentry: 09c5679c6b4e84f64f99ef14f6eb759eec5063a5
RNSVG: 5da7a24f31968ec74f0b091e3440080f347e279b
RNSentry: 6da4c3b6959bc67125ad550f474e0bae308ce7c8
RNSVG: 4590aa95758149fa27c5c83e54a6a466349a1688
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 1ab23c1835475da69cf14e211a560e73aab24cb0
Expand Down

0 comments on commit 76811f1

Please sign in to comment.