diff --git a/examples/client/Locomotion/ios/Podfile b/examples/client/Locomotion/ios/Podfile index a05210b45..f59d8cb96 100644 --- a/examples/client/Locomotion/ios/Podfile +++ b/examples/client/Locomotion/ios/Podfile @@ -80,8 +80,8 @@ target 'Locomotion' do config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' end end - puts 'Updating React-Codegen to have the min SWIFT_VERSION & ios deployment target' if target.to_s === 'React-Codegen' + puts 'Updating React-Codegen to have the min SWIFT_VERSION & ios deployment target' target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '5.0' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4' diff --git a/examples/client/Locomotion/ios/Podfile.lock b/examples/client/Locomotion/ios/Podfile.lock index b9bc2a923..1a23ff340 100644 --- a/examples/client/Locomotion/ios/Podfile.lock +++ b/examples/client/Locomotion/ios/Podfile.lock @@ -508,8 +508,8 @@ PODS: - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - - react-native-version-check (3.4.3): - - React + - react-native-version-check (3.4.7): + - React-Core - react-native-webview (13.12.0): - RCT-Folly (= 2021.07.22.00) - React-Core @@ -1065,7 +1065,7 @@ SPEC CHECKSUMS: react-native-onesignal: e1f82b98767a9014d2c46f395b083330cfa29cea react-native-restart: 45c8dca02491980f2958595333cbccd6877cb57e react-native-safe-area-context: 36cc67648134e89465663b8172336a19eeda493d - react-native-version-check: e85c2e21d0955b7cdfd91c0ddacc3edf14b7abd7 + react-native-version-check: 6cd36aad4e30b8e3216747e3b4ddeb09e0647af8 react-native-webview: 4c1cf84395dda69560049d7f00bf06d28262fc36 React-perflogger: e5fc4149e9bbb972b8520277f3b23141faa47a36 React-RCTActionSheet: 991de88216bf03ab9bb1d213d73c62ecbe64ade7 diff --git a/examples/client/Locomotion/ios/patches/Flipper.patch b/examples/client/Locomotion/ios/patches/Flipper.patch new file mode 100644 index 000000000..69ec026a8 --- /dev/null +++ b/examples/client/Locomotion/ios/patches/Flipper.patch @@ -0,0 +1,11 @@ +--- FlipperTransportTypes.h.original 2024-09-11 15:26:34 ++++ Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h 2024-09-10 15:52:09 +@@ -6,7 +6,7 @@ + */ + + #pragma once +- ++#include + #include + + namespace facebook { \ No newline at end of file