From 2f83b9ae0617dd53292c4443db44a466d6209588 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:12:58 -0700 Subject: [PATCH] chore: update ios files for 0.73.x --- packages/react-native/Gemfile | 2 +- .../ios/{_xcode.env => .xcode.env} | 0 packages/react-native/ios/Podfile | 12 +- packages/react-native/ios/Podfile.lock | 1224 +++++++++++++---- .../ios/reactnative.xcodeproj/project.pbxproj | 6 +- .../ios/reactnative/AppDelegate.mm | 15 +- .../react-native/ios/reactnative/Info.plist | 13 +- 7 files changed, 965 insertions(+), 307 deletions(-) rename packages/react-native/ios/{_xcode.env => .xcode.env} (100%) diff --git a/packages/react-native/Gemfile b/packages/react-native/Gemfile index 2dcbbff..1e1b2c8 100644 --- a/packages/react-native/Gemfile +++ b/packages/react-native/Gemfile @@ -6,4 +6,4 @@ ruby '2.7.5' # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. gem 'cocoapods', '>= 1.13', '< 1.15' -gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' +gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' diff --git a/packages/react-native/ios/_xcode.env b/packages/react-native/ios/.xcode.env similarity index 100% rename from packages/react-native/ios/_xcode.env rename to packages/react-native/ios/.xcode.env diff --git a/packages/react-native/ios/Podfile b/packages/react-native/ios/Podfile index f5e3900..b0b6f26 100644 --- a/packages/react-native/ios/Podfile +++ b/packages/react-native/ios/Podfile @@ -6,7 +6,8 @@ require Pod::Executable.execute_command('node', ['-p', )', __dir__]).strip platform :ios, min_ios_version_supported - +prepare_react_native_project! + # If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. # because `react-native-flipper` depends on (FlipperKit,...) that will be excluded # @@ -17,7 +18,7 @@ platform :ios, min_ios_version_supported # ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), # ``` flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled - + linkage = ENV['USE_FRAMEWORKS'] if linkage != nil Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green @@ -27,14 +28,8 @@ end target 'reactnative' do config = use_native_modules! - # Flags change depending on the env values. - flags = get_default_flags() - use_react_native!( :path => config[:reactNativePath], - # Hermes is now enabled by default. Disable by setting this flag to false. - :hermes_enabled => flags[:hermes_enabled], - :fabric_enabled => flags[:fabric_enabled], # Enables Flipper. # # Note that if you have use_frameworks! enabled, Flipper will not work and @@ -56,6 +51,5 @@ target 'reactnative' do config[:reactNativePath], :mac_catalyst_enabled => false ) - __apply_Xcode_12_5_M1_post_install_workaround(installer) end end diff --git a/packages/react-native/ios/Podfile.lock b/packages/react-native/ios/Podfile.lock index beb0529..1b59e3a 100644 --- a/packages/react-native/ios/Podfile.lock +++ b/packages/react-native/ios/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - boost (1.76.0) + - boost (1.83.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.72.15) - - FBReactNativeSpec (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.72.15) - - RCTTypeSafety (= 0.72.15) - - React-Core (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - Flipper (0.182.0): + - FBLazyVector (0.73.9) + - FBReactNativeSpec (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTRequired (= 0.73.9) + - RCTTypeSafety (= 0.73.9) + - React-Core (= 0.73.9) + - React-jsi (= 0.73.9) + - ReactCommon/turbomodule/core (= 0.73.9) + - Flipper (0.201.0): - Flipper-Folly (~> 2.6) - Flipper-Boost-iOSX (1.76.0.1.11) - Flipper-DoubleConversion (3.2.0.1) @@ -24,94 +24,97 @@ PODS: - OpenSSL-Universal (= 1.1.1100) - Flipper-Glog (0.5.0.5) - Flipper-PeerTalk (0.0.4) - - FlipperKit (0.182.0): - - FlipperKit/Core (= 0.182.0) - - FlipperKit/Core (0.182.0): - - Flipper (~> 0.182.0) + - FlipperKit (0.201.0): + - FlipperKit/Core (= 0.201.0) + - FlipperKit/Core (0.201.0): + - Flipper (~> 0.201.0) - FlipperKit/CppBridge - FlipperKit/FBCxxFollyDynamicConvert - FlipperKit/FBDefines - FlipperKit/FKPortForwarding - SocketRocket (~> 0.6.0) - - FlipperKit/CppBridge (0.182.0): - - Flipper (~> 0.182.0) - - FlipperKit/FBCxxFollyDynamicConvert (0.182.0): + - FlipperKit/CppBridge (0.201.0): + - Flipper (~> 0.201.0) + - FlipperKit/FBCxxFollyDynamicConvert (0.201.0): - Flipper-Folly (~> 2.6) - - FlipperKit/FBDefines (0.182.0) - - FlipperKit/FKPortForwarding (0.182.0): + - FlipperKit/FBDefines (0.201.0) + - FlipperKit/FKPortForwarding (0.201.0): - CocoaAsyncSocket (~> 7.6) - Flipper-PeerTalk (~> 0.0.4) - - FlipperKit/FlipperKitHighlightOverlay (0.182.0) - - FlipperKit/FlipperKitLayoutHelpers (0.182.0): + - FlipperKit/FlipperKitHighlightOverlay (0.201.0) + - FlipperKit/FlipperKitLayoutHelpers (0.201.0): - FlipperKit/Core - FlipperKit/FlipperKitHighlightOverlay - FlipperKit/FlipperKitLayoutTextSearchable - - FlipperKit/FlipperKitLayoutIOSDescriptors (0.182.0): + - FlipperKit/FlipperKitLayoutIOSDescriptors (0.201.0): - FlipperKit/Core - FlipperKit/FlipperKitHighlightOverlay - FlipperKit/FlipperKitLayoutHelpers - - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutPlugin (0.182.0): + - FlipperKit/FlipperKitLayoutPlugin (0.201.0): - FlipperKit/Core - FlipperKit/FlipperKitHighlightOverlay - FlipperKit/FlipperKitLayoutHelpers - FlipperKit/FlipperKitLayoutIOSDescriptors - FlipperKit/FlipperKitLayoutTextSearchable - - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutTextSearchable (0.182.0) - - FlipperKit/FlipperKitNetworkPlugin (0.182.0): + - FlipperKit/FlipperKitLayoutTextSearchable (0.201.0) + - FlipperKit/FlipperKitNetworkPlugin (0.201.0): - FlipperKit/Core - - FlipperKit/FlipperKitReactPlugin (0.182.0): + - FlipperKit/FlipperKitReactPlugin (0.201.0): - FlipperKit/Core - - FlipperKit/FlipperKitUserDefaultsPlugin (0.182.0): + - FlipperKit/FlipperKitUserDefaultsPlugin (0.201.0): - FlipperKit/Core - - FlipperKit/SKIOSNetworkPlugin (0.182.0): + - FlipperKit/SKIOSNetworkPlugin (0.201.0): - FlipperKit/Core - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) - - hermes-engine (0.72.15): - - hermes-engine/Pre-built (= 0.72.15) - - hermes-engine/Pre-built (0.72.15) + - hermes-engine (0.73.9): + - hermes-engine/Pre-built (= 0.73.9) + - hermes-engine/Pre-built (0.73.9) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - - RCT-Folly (2021.07.22.00): + - RCT-Folly (2022.05.16.00): - boost - DoubleConversion - fmt (~> 6.2.1) - glog - - RCT-Folly/Default (= 2021.07.22.00) - - RCT-Folly/Default (2021.07.22.00): + - RCT-Folly/Default (= 2022.05.16.00) + - RCT-Folly/Default (2022.05.16.00): - boost - DoubleConversion - fmt (~> 6.2.1) - glog - - RCT-Folly/Futures (2021.07.22.00): + - RCT-Folly/Fabric (2022.05.16.00): + - boost + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - RCT-Folly/Futures (2022.05.16.00): - boost - DoubleConversion - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.72.15) - - RCTTypeSafety (0.72.15): - - FBLazyVector (= 0.72.15) - - RCTRequired (= 0.72.15) - - React-Core (= 0.72.15) - - React (0.72.15): - - React-Core (= 0.72.15) - - React-Core/DevSupport (= 0.72.15) - - React-Core/RCTWebSocket (= 0.72.15) - - React-RCTActionSheet (= 0.72.15) - - React-RCTAnimation (= 0.72.15) - - React-RCTBlob (= 0.72.15) - - React-RCTImage (= 0.72.15) - - React-RCTLinking (= 0.72.15) - - React-RCTNetwork (= 0.72.15) - - React-RCTSettings (= 0.72.15) - - React-RCTText (= 0.72.15) - - React-RCTVibration (= 0.72.15) - - React-callinvoker (0.72.15) - - React-Codegen (0.72.15): + - RCTRequired (0.73.9) + - RCTTypeSafety (0.73.9): + - FBLazyVector (= 0.73.9) + - RCTRequired (= 0.73.9) + - React-Core (= 0.73.9) + - React (0.73.9): + - React-Core (= 0.73.9) + - React-Core/DevSupport (= 0.73.9) + - React-Core/RCTWebSocket (= 0.73.9) + - React-RCTActionSheet (= 0.73.9) + - React-RCTAnimation (= 0.73.9) + - React-RCTBlob (= 0.73.9) + - React-RCTImage (= 0.73.9) + - React-RCTLinking (= 0.73.9) + - React-RCTNetwork (= 0.73.9) + - React-RCTSettings (= 0.73.9) + - React-RCTText (= 0.73.9) + - React-RCTVibration (= 0.73.9) + - React-callinvoker (0.73.9) + - React-Codegen (0.73.9): - DoubleConversion - FBReactNativeSpec - glog @@ -126,258 +129,826 @@ PODS: - React-rncore - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.72.15): + - React-Core (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.15) + - RCT-Folly (= 2022.05.16.00) + - React-Core/Default (= 0.73.9) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/CoreModulesHeaders (0.72.15): + - React-Core/CoreModulesHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/Default (0.72.15): + - React-Core/Default (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/DevSupport (0.72.15): + - React-Core/DevSupport (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.15) - - React-Core/RCTWebSocket (= 0.72.15) + - RCT-Folly (= 2022.05.16.00) + - React-Core/Default (= 0.73.9) + - React-Core/RCTWebSocket (= 0.73.9) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.72.15) + - React-jsinspector (= 0.73.9) - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.72.15): + - React-Core/RCTActionSheetHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTAnimationHeaders (0.72.15): + - React-Core/RCTAnimationHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTBlobHeaders (0.72.15): + - React-Core/RCTBlobHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTImageHeaders (0.72.15): + - React-Core/RCTImageHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTLinkingHeaders (0.72.15): + - React-Core/RCTLinkingHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTNetworkHeaders (0.72.15): + - React-Core/RCTNetworkHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTSettingsHeaders (0.72.15): + - React-Core/RCTSettingsHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTTextHeaders (0.72.15): + - React-Core/RCTTextHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTVibrationHeaders (0.72.15): + - React-Core/RCTVibrationHeaders (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-Core/Default - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTWebSocket (0.72.15): + - React-Core/RCTWebSocket (0.73.9): - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.15) + - RCT-Folly (= 2022.05.16.00) + - React-Core/Default (= 0.73.9) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - React-perflogger - - React-runtimeexecutor + - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-CoreModules (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.15) - - React-Codegen (= 0.72.15) - - React-Core/CoreModulesHeaders (= 0.72.15) - - React-jsi (= 0.72.15) + - React-CoreModules (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTTypeSafety (= 0.73.9) + - React-Codegen + - React-Core/CoreModulesHeaders (= 0.73.9) + - React-jsi (= 0.73.9) + - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) + - React-RCTImage (= 0.73.9) + - ReactCommon - SocketRocket (= 0.6.1) - - React-cxxreact (0.72.15): - - boost (= 1.76.0) + - React-cxxreact (0.73.9): + - boost (= 1.83.0) + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - React-callinvoker (= 0.73.9) + - React-debug (= 0.73.9) + - React-jsi (= 0.73.9) + - React-jsinspector (= 0.73.9) + - React-logger (= 0.73.9) + - React-perflogger (= 0.73.9) + - React-runtimeexecutor (= 0.73.9) + - React-debug (0.73.9) + - React-Fabric (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/animations (= 0.73.9) + - React-Fabric/attributedstring (= 0.73.9) + - React-Fabric/componentregistry (= 0.73.9) + - React-Fabric/componentregistrynative (= 0.73.9) + - React-Fabric/components (= 0.73.9) + - React-Fabric/core (= 0.73.9) + - React-Fabric/imagemanager (= 0.73.9) + - React-Fabric/leakchecker (= 0.73.9) + - React-Fabric/mounting (= 0.73.9) + - React-Fabric/scheduler (= 0.73.9) + - React-Fabric/telemetry (= 0.73.9) + - React-Fabric/templateprocessor (= 0.73.9) + - React-Fabric/textlayoutmanager (= 0.73.9) + - React-Fabric/uimanager (= 0.73.9) + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/animations (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/attributedstring (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistry (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistrynative (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/components/inputaccessory (= 0.73.9) + - React-Fabric/components/legacyviewmanagerinterop (= 0.73.9) + - React-Fabric/components/modal (= 0.73.9) + - React-Fabric/components/rncore (= 0.73.9) + - React-Fabric/components/root (= 0.73.9) + - React-Fabric/components/safeareaview (= 0.73.9) + - React-Fabric/components/scrollview (= 0.73.9) + - React-Fabric/components/text (= 0.73.9) + - React-Fabric/components/textinput (= 0.73.9) + - React-Fabric/components/unimplementedview (= 0.73.9) + - React-Fabric/components/view (= 0.73.9) + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/inputaccessory (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/legacyviewmanagerinterop (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/modal (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/rncore (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/root (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/safeareaview (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/scrollview (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/text (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/textinput (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/unimplementedview (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/view (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - Yoga + - React-Fabric/core (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/imagemanager (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/leakchecker (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/mounting (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/scheduler (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/telemetry (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/templateprocessor (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.15) - - React-debug (= 0.72.15) - - React-jsi (= 0.72.15) - - React-jsinspector (= 0.72.15) - - React-logger (= 0.72.15) - - React-perflogger (= 0.72.15) - - React-runtimeexecutor (= 0.72.15) - - React-debug (0.72.15) - - React-hermes (0.72.15): + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/textlayoutmanager (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.72.15) + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/uimanager + - React-graphics - React-jsi - - React-jsiexecutor (= 0.72.15) - - React-jsinspector (= 0.72.15) - - React-perflogger (= 0.72.15) - - React-jsi (0.72.15): - - boost (= 1.76.0) + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/uimanager (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.72.15): + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-FabricImage (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.72.15) - - React-jsi (= 0.72.15) - - React-perflogger (= 0.72.15) - - React-jsinspector (0.72.15) - - React-logger (0.72.15): + - RCT-Folly/Fabric (= 2022.05.16.00) + - RCTRequired (= 0.73.9) + - RCTTypeSafety (= 0.73.9) + - React-Fabric + - React-graphics + - React-ImageManager + - React-jsi + - React-jsiexecutor (= 0.73.9) + - React-logger + - React-rendererdebug + - React-utils + - ReactCommon + - Yoga + - React-graphics (0.73.9): - glog + - RCT-Folly/Fabric (= 2022.05.16.00) + - React-Core/Default (= 0.73.9) + - React-utils + - React-hermes (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - RCT-Folly/Futures (= 2022.05.16.00) + - React-cxxreact (= 0.73.9) + - React-jsi + - React-jsiexecutor (= 0.73.9) + - React-jsinspector (= 0.73.9) + - React-perflogger (= 0.73.9) + - React-ImageManager (0.73.9): + - glog + - RCT-Folly/Fabric + - React-Core/Default + - React-debug + - React-Fabric + - React-graphics + - React-rendererdebug + - React-utils + - React-jserrorhandler (0.73.9): + - RCT-Folly/Fabric (= 2022.05.16.00) + - React-debug + - React-jsi + - React-Mapbuffer + - React-jsi (0.73.9): + - boost (= 1.83.0) + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - React-jsiexecutor (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - React-cxxreact (= 0.73.9) + - React-jsi (= 0.73.9) + - React-perflogger (= 0.73.9) + - React-jsinspector (0.73.9) + - React-logger (0.73.9): + - glog + - React-Mapbuffer (0.73.9): + - glog + - React-debug - react-native-get-random-values (1.11.0): - React-Core - - React-NativeModulesApple (0.72.15): + - React-nativeconfig (0.73.9) + - React-NativeModulesApple (0.73.9): + - glog - hermes-engine - React-callinvoker - React-Core @@ -386,142 +957,196 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.72.15) - - React-RCTActionSheet (0.72.15): - - React-Core/RCTActionSheetHeaders (= 0.72.15) - - React-RCTAnimation (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.15) - - React-Codegen (= 0.72.15) - - React-Core/RCTAnimationHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTAppDelegate (0.72.15): + - React-perflogger (0.73.9) + - React-RCTActionSheet (0.73.9): + - React-Core/RCTActionSheetHeaders (= 0.73.9) + - React-RCTAnimation (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTAnimationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTAppDelegate (0.73.9): - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - React-CoreModules - React-hermes + - React-nativeconfig - React-NativeModulesApple + - React-RCTFabric - React-RCTImage - React-RCTNetwork - React-runtimescheduler - - ReactCommon/turbomodule/core - - React-RCTBlob (0.72.15): - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.15) - - React-Core/RCTBlobHeaders (= 0.72.15) - - React-Core/RCTWebSocket (= 0.72.15) - - React-jsi (= 0.72.15) - - React-RCTNetwork (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTImage (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.15) - - React-Codegen (= 0.72.15) - - React-Core/RCTImageHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - React-RCTNetwork (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTLinking (0.72.15): - - React-Codegen (= 0.72.15) - - React-Core/RCTLinkingHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTNetwork (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.15) - - React-Codegen (= 0.72.15) - - React-Core/RCTNetworkHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTSettings (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.15) - - React-Codegen (= 0.72.15) - - React-Core/RCTSettingsHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-RCTText (0.72.15): - - React-Core/RCTTextHeaders (= 0.72.15) - - React-RCTVibration (0.72.15): - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.15) - - React-Core/RCTVibrationHeaders (= 0.72.15) - - React-jsi (= 0.72.15) - - ReactCommon/turbomodule/core (= 0.72.15) - - React-rncore (0.72.15) - - React-runtimeexecutor (0.72.15): - - React-jsi (= 0.72.15) - - React-runtimescheduler (0.72.15): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) + - ReactCommon + - React-RCTBlob (0.73.9): + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - React-Codegen + - React-Core/RCTBlobHeaders + - React-Core/RCTWebSocket + - React-jsi + - React-NativeModulesApple + - React-RCTNetwork + - ReactCommon + - React-RCTFabric (0.73.9): + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2022.05.16.00) + - React-Core + - React-debug + - React-Fabric + - React-FabricImage + - React-graphics + - React-ImageManager + - React-jsi + - React-nativeconfig + - React-RCTImage + - React-RCTText + - React-rendererdebug + - React-runtimescheduler + - React-utils + - Yoga + - React-RCTImage (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTImageHeaders + - React-jsi + - React-NativeModulesApple + - React-RCTNetwork + - ReactCommon + - React-RCTLinking (0.73.9): + - React-Codegen + - React-Core/RCTLinkingHeaders (= 0.73.9) + - React-jsi (= 0.73.9) + - React-NativeModulesApple + - ReactCommon + - ReactCommon/turbomodule/core (= 0.73.9) + - React-RCTNetwork (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTNetworkHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTSettings (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - RCTTypeSafety + - React-Codegen + - React-Core/RCTSettingsHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-RCTText (0.73.9): + - React-Core/RCTTextHeaders (= 0.73.9) + - Yoga + - React-RCTVibration (0.73.9): + - RCT-Folly (= 2022.05.16.00) + - React-Codegen + - React-Core/RCTVibrationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCommon + - React-rendererdebug (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - RCT-Folly (= 2022.05.16.00) + - React-debug + - React-rncore (0.73.9) + - React-runtimeexecutor (0.73.9): + - React-jsi (= 0.73.9) + - React-runtimescheduler (0.73.9): + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) - React-callinvoker + - React-cxxreact - React-debug - React-jsi + - React-rendererdebug - React-runtimeexecutor - - React-utils (0.72.15): + - React-utils + - React-utils (0.73.9): - glog - - RCT-Folly (= 2021.07.22.00) + - RCT-Folly (= 2022.05.16.00) - React-debug - - ReactCommon/turbomodule/bridging (0.72.15): + - ReactCommon (0.73.9): + - React-logger (= 0.73.9) + - ReactCommon/turbomodule (= 0.73.9) + - ReactCommon/turbomodule (0.73.9): + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - React-callinvoker (= 0.73.9) + - React-cxxreact (= 0.73.9) + - React-jsi (= 0.73.9) + - React-logger (= 0.73.9) + - React-perflogger (= 0.73.9) + - ReactCommon/turbomodule/bridging (= 0.73.9) + - ReactCommon/turbomodule/core (= 0.73.9) + - ReactCommon/turbomodule/bridging (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.15) - - React-cxxreact (= 0.72.15) - - React-jsi (= 0.72.15) - - React-logger (= 0.72.15) - - React-perflogger (= 0.72.15) - - ReactCommon/turbomodule/core (0.72.15): + - RCT-Folly (= 2022.05.16.00) + - React-callinvoker (= 0.73.9) + - React-cxxreact (= 0.73.9) + - React-jsi (= 0.73.9) + - React-logger (= 0.73.9) + - React-perflogger (= 0.73.9) + - ReactCommon/turbomodule/core (0.73.9): - DoubleConversion + - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.15) - - React-cxxreact (= 0.72.15) - - React-jsi (= 0.72.15) - - React-logger (= 0.72.15) - - React-perflogger (= 0.72.15) + - RCT-Folly (= 2022.05.16.00) + - React-callinvoker (= 0.73.9) + - React-cxxreact (= 0.73.9) + - React-jsi (= 0.73.9) + - React-logger (= 0.73.9) + - React-perflogger (= 0.73.9) - SocketRocket (0.6.1) - Yoga (1.14.0) - - YogaKit (1.18.1): - - Yoga (~> 1.14) DEPENDENCIES: - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) - - Flipper (= 0.182.0) + - Flipper (= 0.201.0) - Flipper-Boost-iOSX (= 1.76.0.1.11) - Flipper-DoubleConversion (= 3.2.0.1) - Flipper-Fmt (= 7.1.7) - Flipper-Folly (= 2.6.10) - Flipper-Glog (= 0.5.0.5) - Flipper-PeerTalk (= 0.0.4) - - FlipperKit (= 0.182.0) - - FlipperKit/Core (= 0.182.0) - - FlipperKit/CppBridge (= 0.182.0) - - FlipperKit/FBCxxFollyDynamicConvert (= 0.182.0) - - FlipperKit/FBDefines (= 0.182.0) - - FlipperKit/FKPortForwarding (= 0.182.0) - - FlipperKit/FlipperKitHighlightOverlay (= 0.182.0) - - FlipperKit/FlipperKitLayoutPlugin (= 0.182.0) - - FlipperKit/FlipperKitLayoutTextSearchable (= 0.182.0) - - FlipperKit/FlipperKitNetworkPlugin (= 0.182.0) - - FlipperKit/FlipperKitReactPlugin (= 0.182.0) - - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0) - - FlipperKit/SKIOSNetworkPlugin (= 0.182.0) + - FlipperKit (= 0.201.0) + - FlipperKit/Core (= 0.201.0) + - FlipperKit/CppBridge (= 0.201.0) + - FlipperKit/FBCxxFollyDynamicConvert (= 0.201.0) + - FlipperKit/FBDefines (= 0.201.0) + - FlipperKit/FKPortForwarding (= 0.201.0) + - FlipperKit/FlipperKitHighlightOverlay (= 0.201.0) + - FlipperKit/FlipperKitLayoutPlugin (= 0.201.0) + - FlipperKit/FlipperKitLayoutTextSearchable (= 0.201.0) + - FlipperKit/FlipperKitNetworkPlugin (= 0.201.0) + - FlipperKit/FlipperKitReactPlugin (= 0.201.0) + - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.201.0) + - FlipperKit/SKIOSNetworkPlugin (= 0.201.0) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - libevent (~> 2.1.12) - OpenSSL-Universal (= 1.1.1100) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) + - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) - React (from `../node_modules/react-native/`) @@ -533,24 +1158,33 @@ DEPENDENCIES: - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`) + - React-Fabric (from `../node_modules/react-native/ReactCommon`) + - React-FabricImage (from `../node_modules/react-native/ReactCommon`) + - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`) - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`) + - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) + - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`) - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) + - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`) - React-logger (from `../node_modules/react-native/ReactCommon/logger`) + - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`) - react-native-get-random-values (from `../node_modules/react-native-get-random-values`) + - 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`) - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`) - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) + - React-RCTFabric (from `../node_modules/react-native/React`) - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) - React-RCTText (from `../node_modules/react-native/Libraries/Text`) - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) + - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`) - React-rncore (from `../node_modules/react-native/ReactCommon`) - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) @@ -573,7 +1207,6 @@ SPEC REPOS: - libevent - OpenSSL-Universal - SocketRocket - - YogaKit EXTERNAL SOURCES: boost: @@ -588,6 +1221,7 @@ EXTERNAL SOURCES: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" + :tag: hermes-2024-04-29-RNv0.73.8-644c8be78af1eae7c138fa4093fb87f0f4f8db85 RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: @@ -608,18 +1242,32 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/cxxreact" React-debug: :path: "../node_modules/react-native/ReactCommon/react/debug" + React-Fabric: + :path: "../node_modules/react-native/ReactCommon" + React-FabricImage: + :path: "../node_modules/react-native/ReactCommon" + React-graphics: + :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics" React-hermes: :path: "../node_modules/react-native/ReactCommon/hermes" + React-ImageManager: + :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" + React-jserrorhandler: + :path: "../node_modules/react-native/ReactCommon/jserrorhandler" React-jsi: :path: "../node_modules/react-native/ReactCommon/jsi" React-jsiexecutor: :path: "../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: - :path: "../node_modules/react-native/ReactCommon/jsinspector" + :path: "../node_modules/react-native/ReactCommon/jsinspector-modern" React-logger: :path: "../node_modules/react-native/ReactCommon/logger" + React-Mapbuffer: + :path: "../node_modules/react-native/ReactCommon" react-native-get-random-values: :path: "../node_modules/react-native-get-random-values" + React-nativeconfig: + :path: "../node_modules/react-native/ReactCommon" React-NativeModulesApple: :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" React-perflogger: @@ -632,6 +1280,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/AppDelegate" React-RCTBlob: :path: "../node_modules/react-native/Libraries/Blob" + React-RCTFabric: + :path: "../node_modules/react-native/React" React-RCTImage: :path: "../node_modules/react-native/Libraries/Image" React-RCTLinking: @@ -644,6 +1294,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../node_modules/react-native/Libraries/Vibration" + React-rendererdebug: + :path: "../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: :path: "../node_modules/react-native/ReactCommon" React-runtimeexecutor: @@ -658,61 +1310,69 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: 7dcd2de282d72e344012f7d6564d024930a6a440 + boost: d3f49c53809116a5d38da093a8aa78bf551aed09 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: 25cbffbaec517695d376ab4bc428948cd0f08088 - FBReactNativeSpec: e03b22fbf7017a6f76641ea4472e73c915dcdda7 - Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818 + DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 + FBLazyVector: 98c189b92292d4bfeac13ffa8df3ce3d84e2fc5b + FBReactNativeSpec: 4fe1d8c2fadc7949344b197d933f76b40401aac5 + Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3 Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446 Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 - FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6 + FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: 5b340c6a5affbf3aba22185be41563bbb2426654 + glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 + hermes-engine: ed62e0dcd013bf4a3b487f164feec1c4e705b5b5 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: fb207f74935626041e7308c9e88dcdda680f1073 - RCTTypeSafety: 146fd11361680250b7580dd1f7f601995cfad1b1 - React: f3712351445cc96ba507425675a0cd8d31321d0c - React-callinvoker: dcc51a66e02d20a70aeca2abbb1388d4d3011bf8 - React-Codegen: d64399cfcc319735a4f61c2f7df64fdfee9f7307 - React-Core: f8ceb3440b6cf30ce4eea884ed77990b7f9bec13 - React-CoreModules: 9d1e6f44bf658431a3b99561c8058b54b5959190 - React-cxxreact: 2150e05cdd30c815c1bf27f41062cd33832ffe31 - React-debug: 4e90d08c78aa207c064a3860e1540ff252695585 - React-hermes: 1ed296db543b7fdb01916a8e56255fcea0758264 - React-jsi: af5a8eaca28d67822fb14c648486d40737d2d2ab - React-jsiexecutor: d3eef5ddc78eeb9f0d02bed657a7f41d4910b966 - React-jsinspector: b86a8abae760c28d69366bbc1d991561e51341ed - React-logger: ed7c9e01e58529065e7da6bf8318baf15024283e + RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 + RCTRequired: d362a61864a64315aee00faea8dee6cf5b3f4aad + RCTTypeSafety: 09baf60faeab02492dc8bf04ce5af1dda645b86d + React: b87c7c7c12f8232bd7cfdc4a00bf687144c17e30 + React-callinvoker: 67de0bc05ecb7e690345a53a1661cea9b24670b0 + React-Codegen: d4acea6cf2a7889c042653eaff9233b1d6c4d3c3 + React-Core: 4c87a1873c6d11c6d3843582fbc266ba9ea304ce + React-CoreModules: 29ad1cbe757a70575913457bb7c646b7f4d4edf0 + React-cxxreact: 08ffaf2def6fe1ec8ef7f16e208587c96a87978e + React-debug: 937e24adc0479b9bbed3f1b7e0db68688d93c31c + React-Fabric: 1e2eb26de25f2629350beaab7abc3623becce2b7 + React-FabricImage: 5791bf14ff0550f26b81be575e9a10f1f3c69688 + React-graphics: 3ba4dba54c4d1426118089f1943708ef0bba8a84 + React-hermes: fdaab14cc289d8d9cd45ffd9a3f8aa11157d4c7e + React-ImageManager: 13b4aebbffd9addbcd79d1687355db2f6d8a37e2 + React-jserrorhandler: f30af3ec30fdc04a4b080c5b1f3defb801c0c861 + React-jsi: 2253621cb2fb5d43a78fec4db8989cf9711039df + React-jsiexecutor: 5e4620a87fbc4ab174d75220f06ba8b53ae8317b + React-jsinspector: aee04d04ef553d5e30e52a4de2af958cb060069f + React-logger: 87a4232dd55485435edfa6803ff0de0b5c9eea1a + React-Mapbuffer: 6c229dc8f1640457d1f665f0b7d79ab8f604dc8b react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06 - React-NativeModulesApple: ee36a33f5ad8d80487c43e6b4370ea2eaaa81750 - React-perflogger: 6acc671f527e69c0cd93b8e62821d33d3ddf25ca - React-RCTActionSheet: 569bb9db46d85565d14697e15ecf2166e035eb07 - React-RCTAnimation: 0eea98143c2938a8751a33722623d3e8a38fe1e4 - React-RCTAppDelegate: b4511be9c9c947ef53c9a26c996139cd903bfdc9 - React-RCTBlob: e6fd9d6b975faf765fdc29a959e8e79eb0bb65a0 - React-RCTImage: 0220975422a367e784dfd794adfc6454fab23c1f - React-RCTLinking: 1abf9834017e080ecbd5b6a28b4fb15eb843a3dd - React-RCTNetwork: 5ed275bf87d97a7ba5218cf245b1f103e96f82cd - React-RCTSettings: 1d070387f01b3b01543fb2a4ef867ad0004f6a78 - React-RCTText: 82562208357b11285ffa8d7b33a9d769612a8101 - React-RCTVibration: 372a12b697a170aaee792f8a9999c40e1f2692d0 - React-rncore: d1ccbd5adaf4a67703790838b7c62f140e72d32a - React-runtimeexecutor: d4f7ff5073fcf87e14dbf89541d434218630246e - React-runtimescheduler: ae08ede2e0267be2a4d8ba82a54d5908949d5a34 - React-utils: 8eb3c12fd4a4da6df3824f7d9a961d73a6ed6e5d - ReactCommon: d2de36ed3eebe700d7169b9e80f7d1a4b98e178d + React-nativeconfig: c1729ab95240ec80d47a2bb8354d8f31138e35a7 + React-NativeModulesApple: 115c934a87f3b45fecb0fada08fa70bab3dff65c + React-perflogger: c93b6a895eca3f9196656bb20ce0e15ad597a4e9 + React-RCTActionSheet: 258842f426709dccbc2af31ca42b0a1807d76ad7 + React-RCTAnimation: 78c40269e35864f541b7486d17bd82a353c99fbc + React-RCTAppDelegate: d98ec2cdfb161d7a8496990e9649f94018025922 + React-RCTBlob: 593a5dbc58c45e3cccc37ad4498b10766ace26e6 + React-RCTFabric: e6060e78040264f8a542bb8631ae1bbfd5a882ed + React-RCTImage: a0cdbb81db012ebc42c7dbaabdcb15f488c7c391 + React-RCTLinking: 82b6b0a5b2d5c8d3a28997e70bda46bac4be4c6e + React-RCTNetwork: 45e30079bcb987724028c9a93c0110b6d82e4a1f + React-RCTSettings: e67cbe694fe45b080b96b1394d4e45dff1b3ae04 + React-RCTText: 14a54686a1fa0b51b76660c7700980fdec6c3093 + React-RCTVibration: 00561f3d12dca44ed55af9060752bf8cf3fb0bfc + React-rendererdebug: 975f3e6e430ba1a9b92dc44bc99757cb1c6cae60 + React-rncore: e7dc772ade687746b8a8a38985b4512b8d232637 + React-runtimeexecutor: bf98e8973ed4c45139fbbaf2c34af44053acc9a9 + React-runtimescheduler: efb26ad81d94a9b047504bd716b48869bd311649 + React-utils: dab84549e65d6d711937b9c34d9f6d8fb8bd711c + ReactCommon: 3dc453f427d2f3d7f2c71499d191b456f83c59bd SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 - Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc - YogaKit: f782866e155069a2cca2517aafea43200b01fd5a + Yoga: 57d2ffe418d024d56f8b0047f335c677e4c4d9ac -PODFILE CHECKSUM: 067374f14d2b9a4b07acc576705ccb9391de431a +PODFILE CHECKSUM: d9015ebd4e5b09da4f6da6056a7f95d749ddcb41 COCOAPODS: 1.15.2 diff --git a/packages/react-native/ios/reactnative.xcodeproj/project.pbxproj b/packages/react-native/ios/reactnative.xcodeproj/project.pbxproj index 6dd481a..dc4b1e1 100644 --- a/packages/react-native/ios/reactnative.xcodeproj/project.pbxproj +++ b/packages/react-native/ios/reactnative.xcodeproj/project.pbxproj @@ -538,7 +538,7 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -605,6 +605,7 @@ OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; + USE_HERMES = true; }; name = Debug; }; @@ -613,7 +614,7 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -675,6 +676,7 @@ OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; + USE_HERMES = true; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/packages/react-native/ios/reactnative/AppDelegate.mm b/packages/react-native/ios/reactnative/AppDelegate.mm index 0d087c8..3da8323 100644 --- a/packages/react-native/ios/reactnative/AppDelegate.mm +++ b/packages/react-native/ios/reactnative/AppDelegate.mm @@ -1,20 +1,25 @@ #import "AppDelegate.h" - + #import - + @implementation AppDelegate - + - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"reactnative"; // You can add your custom initial props in the dictionary below. // They will be passed down to the ViewController used by React Native. self.initialProps = @{}; - + return [super application:application didFinishLaunchingWithOptions:launchOptions]; } - + - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge +{ + return [self getBundleURL]; +} + +- (NSURL *)getBundleURL { #if DEBUG return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; diff --git a/packages/react-native/ios/reactnative/Info.plist b/packages/react-native/ios/reactnative/Info.plist index 3ee5d89..93e8490 100644 --- a/packages/react-native/ios/reactnative/Info.plist +++ b/packages/react-native/ios/reactnative/Info.plist @@ -26,14 +26,11 @@ NSAppTransportSecurity - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - + + NSAllowsArbitraryLoads + + NSAllowsLocalNetworking + NSLocationWhenInUseUsageDescription