diff --git a/Libraries/Blob/React-RCTBlob.podspec b/Libraries/Blob/React-RCTBlob.podspec index 9d691b100ab9fa..43725560121dba 100644 --- a/Libraries/Blob/React-RCTBlob.podspec +++ b/Libraries/Blob/React-RCTBlob.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "*.{h,m,mm}" diff --git a/Libraries/Image/React-RCTImage.podspec b/Libraries/Image/React-RCTImage.podspec index 2678065c862b1e..70797d11f51476 100644 --- a/Libraries/Image/React-RCTImage.podspec +++ b/Libraries/Image/React-RCTImage.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.documentation_url = "https://reactnative.dev/docs/image" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "*.{m,mm}" diff --git a/Libraries/LinkingIOS/React-RCTLinking.podspec b/Libraries/LinkingIOS/React-RCTLinking.podspec index fe2c5d33079dec..86dab72d5a05d6 100644 --- a/Libraries/LinkingIOS/React-RCTLinking.podspec +++ b/Libraries/LinkingIOS/React-RCTLinking.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.documentation_url = "https://reactnative.dev/docs/linking" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "*.{m,mm}" diff --git a/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec b/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec index f1f734adabd1a4..f9e38464910a3d 100644 --- a/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec +++ b/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.documentation_url = "https://reactnative.dev/docs/pushnotificationios" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "*.{m,mm}" diff --git a/Libraries/RCTRequired/RCTRequired.podspec b/Libraries/RCTRequired/RCTRequired.podspec index 45d537db606814..7dea69da3c4177 100644 --- a/Libraries/RCTRequired/RCTRequired.podspec +++ b/Libraries/RCTRequired/RCTRequired.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" s.header_dir = "RCTRequired" diff --git a/Libraries/Text/React-RCTText.podspec b/Libraries/Text/React-RCTText.podspec index af8a8f6ec70156..4cfb15ffe1a8fe 100644 --- a/Libraries/Text/React-RCTText.podspec +++ b/Libraries/Text/React-RCTText.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.documentation_url = "https://reactnative.dev/docs/text" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.source = source s.source_files = "**/*.{h,m}" s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs" diff --git a/Libraries/TypeSafety/RCTTypeSafety.podspec b/Libraries/TypeSafety/RCTTypeSafety.podspec index 96d90e6949b1de..dd4049b7e948c2 100644 --- a/Libraries/TypeSafety/RCTTypeSafety.podspec +++ b/Libraries/TypeSafety/RCTTypeSafety.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" diff --git a/React-Core.podspec b/React-Core.podspec index 8ffb65908f60db..9dd12d8215877b 100644 --- a/React-Core.podspec +++ b/React-Core.podspec @@ -41,7 +41,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.source = source s.resource_bundle = { "AccessibilityResources" => ["React/AccessibilityResources/*.lproj"]} s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags diff --git a/React/CoreModules/React-CoreModules.podspec b/React/CoreModules/React-CoreModules.podspec index dee7239471187d..4da13081444b49 100644 --- a/React/CoreModules/React-CoreModules.podspec +++ b/React/CoreModules/React-CoreModules.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "**/*.{c,m,mm,cpp}" diff --git a/React/FBReactNativeSpec/FBReactNativeSpec.podspec b/React/FBReactNativeSpec/FBReactNativeSpec.podspec index f87e08309f225d..b39f7317ef1749 100644 --- a/React/FBReactNativeSpec/FBReactNativeSpec.podspec +++ b/React/FBReactNativeSpec/FBReactNativeSpec.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" diff --git a/React/React-RCTFabric.podspec b/React/React-RCTFabric.podspec index 833d67cd364e56..470801977096e6 100644 --- a/React/React-RCTFabric.podspec +++ b/React/React-RCTFabric.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.source = source s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}" s.exclude_files = "**/tests/*", diff --git a/ReactCommon/callinvoker/React-callinvoker.podspec b/ReactCommon/callinvoker/React-callinvoker.podspec index 76aec146d61cdb..7cc5dc4e8a1e68 100644 --- a/ReactCommon/callinvoker/React-callinvoker.podspec +++ b/ReactCommon/callinvoker/React-callinvoker.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Facebook, Inc. and its affiliates" - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "11.0" } s.source = source s.source_files = "**/*.{cpp,h}" s.header_dir = "ReactCommon" diff --git a/ReactCommon/cxxreact/re_worker_requirements b/ReactCommon/cxxreact/re_worker_requirements index 3b5fff6d2e136a..c96c2c011aad5f 100644 --- a/ReactCommon/cxxreact/re_worker_requirements +++ b/ReactCommon/cxxreact/re_worker_requirements @@ -3,4 +3,4 @@ "workerSize": "MEDIUM", "platformType": "LINUX" } -} \ No newline at end of file +} diff --git a/packages/rn-tester/Gemfile b/packages/rn-tester/Gemfile index 67b0c7bd80f4bd..5fa6e91f2c14c6 100644 --- a/packages/rn-tester/Gemfile +++ b/packages/rn-tester/Gemfile @@ -2,3 +2,4 @@ source 'https://rubygems.org' gem 'cocoapods', '= 1.10.1' +gem 'rexml' diff --git a/packages/rn-tester/Podfile.lock b/packages/rn-tester/Podfile.lock index c6a742010640cd..af9913d9812217 100644 --- a/packages/rn-tester/Podfile.lock +++ b/packages/rn-tester/Podfile.lock @@ -807,7 +807,7 @@ SPEC CHECKSUMS: CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f DoubleConversion: cde416483dac037923206447da6e1454df403714 FBLazyVector: 91e874a8823933a268c38765a88cbd5dba1fa024 - FBReactNativeSpec: 58a907f57c40ca74a954abe86862baa5eb423c63 + FBReactNativeSpec: 6793f00102a091fb931674853172fb22e5a2c4cf Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: e4493b013c02d9347d5e0cb4d128680239f6c78a @@ -818,12 +818,12 @@ SPEC CHECKSUMS: glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c - RCTRequired: d3d4ce60e1e2282864d7560340690a3c8c646de1 - RCTTypeSafety: 4da4f9f218727257c50fd3bf2683a06cdb4fede3 + RCTRequired: 047bd218d23dbe95d2a933eb5030a269d2a42929 + RCTTypeSafety: c2fc670603ca48eb4c1230091eaffb422e6d0d4d React: 63b1f2a4e0e908c95416fd54e9dcca5d409e2a45 - React-callinvoker: e9524d75cf0b7ae108868f8d34c0b8d7dc08ec03 - React-Core: c63389ffebc383f834a2cae4d1c120968ffb3cdb - React-CoreModules: 87f011fa87190ffe979e443ce578ec93ec6ff4d4 + React-callinvoker: 42d87829505c1bfa2174ddaeb9272a147c81e998 + React-Core: 2d53d893ddeff7a58e7ed51b43a15a3d94c3c4a7 + React-CoreModules: c096a150e14753b07dc68a498508da4e55b026e9 React-cxxreact: 14cce64344ab482615dfe82a2cbea6eb73be6481 React-Fabric: 2e26aa017842a411a0d0f29c1f458e0e91cb3d96 React-graphics: 246b8e6cb4aad51271358767c965e47d692921ab @@ -833,15 +833,15 @@ SPEC CHECKSUMS: React-perflogger: e5c447a0435eb9cdd1e5cd692a48b5c5463406b0 React-RCTActionSheet: 555656ac47e1b81d986a3822e22c374523e0ed17 React-RCTAnimation: 639d6784188ee28b3cbb5c4915f18fb63b816a46 - React-RCTBlob: 5f82467e5d3bef65d05cdd900df6e12b0849744a - React-RCTFabric: 7a25f04616e0bcdcda4279a93b42e80ee69b46be - React-RCTImage: f3a98834281555ce1bbbe1af0306aaf40ac70fc7 - React-RCTLinking: 801d05ad5e6d1636e977f4dfeab21f87358a02a5 + React-RCTBlob: b0af8ae625ea63199504c9cfe09151ebeae51884 + React-RCTFabric: 447f94b853788b8868157002022bcaa911f2cf00 + React-RCTImage: 8626895dc6dabc11f28e3d6a9eb866b2e2c2742d + React-RCTLinking: 61d39d94ade2207b36a61262cff0d6fe97c89879 React-RCTNetwork: 088b12d5836099ab1e1bd25fc6c8eb07689e7138 - React-RCTPushNotification: ce60993f816f917a6495227e16978b5fd550d73b + React-RCTPushNotification: 6b749f4433b8e69974da2a2ba65bbbd980b8556d React-RCTSettings: 3ff97019291c40903d88ed062642a4fe07d2971d React-RCTTest: 19f1b769a4bd35ca36bc48645fb218441fc8277d - React-RCTText: 51a41bf9d18a91b2437b833ed4246754baf830d0 + React-RCTText: 83931feaad2b470868af24bf7b943cc52a84603d React-RCTVibration: c739e240076fd7dabd90d6242d6a949297565f72 React-runtimeexecutor: d3e89935c7d4733ddf7da3dd8e0b2533adb7bca4 ReactCommon: 293077fd73008093e681d96ae99e34e56d47160a diff --git a/third-party-podspecs/DoubleConversion.podspec b/third-party-podspecs/DoubleConversion.podspec index cfaa84f97b0e2d..8a7736df6cf034 100644 --- a/third-party-podspecs/DoubleConversion.podspec +++ b/third-party-podspecs/DoubleConversion.podspec @@ -21,6 +21,6 @@ Pod::Spec.new do |spec| spec.user_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/DoubleConversion\"" } # Pinning to the same version as React.podspec. - spec.platforms = { :ios => "10.0" } + spec.platforms = { :ios => "11.0" } end diff --git a/third-party-podspecs/glog.podspec b/third-party-podspecs/glog.podspec index 4a931f46a0cfa8..810c7b2838ebfb 100644 --- a/third-party-podspecs/glog.podspec +++ b/third-party-podspecs/glog.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |spec| "HEADER_SEARCH_PATHS" => "$(PODS_TARGET_SRCROOT)/src" } # Pinning to the same version as React.podspec. - spec.platforms = { :ios => "10.0" } + spec.platforms = { :ios => "11.0" } end diff --git a/third-party-podspecs/libevent.podspec b/third-party-podspecs/libevent.podspec index ca7fb852f398ef..b4274e38346c2f 100644 --- a/third-party-podspecs/libevent.podspec +++ b/third-party-podspecs/libevent.podspec @@ -549,7 +549,7 @@ Pod::Spec.new do |spec| spec.homepage = "https://libevent.org" spec.license = { :type => "BSD 3-Clause", :file => "LICENSE" } spec.author = "Niels Provos and Nick Mathewson" - spec.platforms = { :osx => "10.13", :ios => "10.0" } + spec.platforms = { :osx => "10.13", :ios => "11.0" } spec.source = { :git => "https://github.com/libevent/libevent.git", :tag => "release-#{spec.version}-stable" } spec.prepare_command = "touch evconfig-private.h; echo -e #{Shellwords.escape(CONFIG_WITHOUT_OPENSSL)} > include/event2/event-config.h" spec.source_files =