Skip to content

Commit

Permalink
add patch for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
hilat-autofleet committed Sep 12, 2024
1 parent 5179a64 commit 70f833a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions examples/client/Locomotion/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions examples/client/Locomotion/ios/patches/Flipper.patch
Original file line number Diff line number Diff line change
@@ -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 <functional>
#include <string>

namespace facebook {

0 comments on commit 70f833a

Please sign in to comment.