Skip to content

Commit f0faa78

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommitted
Remove iOS10/tvOS10 support from remaining podfiles
Summary: Changelog: [iOS] Remove iOS10/tvOS10 support from remaining podfiles Reviewed By: shergin Differential Revision: D26410811 fbshipit-source-id: 9050346def5070338e709ff102a284a828821586
1 parent 9abafd1 commit f0faa78

18 files changed

+29
-28
lines changed

Libraries/Blob/React-RCTBlob.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "10.0" }
29+
s.platforms = { :ios => "11.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "*.{h,m,mm}"

Libraries/Image/React-RCTImage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/image"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "10.0" }
30+
s.platforms = { :ios => "11.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/LinkingIOS/React-RCTLinking.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/linking"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "10.0" }
30+
s.platforms = { :ios => "11.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/PushNotificationIOS/React-RCTPushNotification.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/pushnotificationios"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "10.0" }
30+
s.platforms = { :ios => "11.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/RCTRequired/RCTRequired.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "10.0" }
26+
s.platforms = { :ios => "11.0" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "RCTRequired"

Libraries/Text/React-RCTText.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.documentation_url = "https://reactnative.dev/docs/text"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "10.0" }
27+
s.platforms = { :ios => "11.0" }
2828
s.source = source
2929
s.source_files = "**/*.{h,m}"
3030
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

Libraries/TypeSafety/RCTTypeSafety.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "10.0" }
29+
s.platforms = { :ios => "11.0" }
3030
s.compiler_flags = folly_compiler_flags
3131
s.source = source
3232
s.source_files = "**/*.{c,h,m,mm,cpp}"

React-Core.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
s.homepage = "https://reactnative.dev/"
4242
s.license = package["license"]
4343
s.author = "Facebook, Inc. and its affiliates"
44-
s.platforms = { :ios => "10.0" }
44+
s.platforms = { :ios => "11.0" }
4545
s.source = source
4646
s.resource_bundle = { "AccessibilityResources" => ["React/AccessibilityResources/*.lproj"]}
4747
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags

React/CoreModules/React-CoreModules.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "10.0" }
29+
s.platforms = { :ios => "11.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "**/*.{c,m,mm,cpp}"

React/FBReactNativeSpec/FBReactNativeSpec.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "10.0" }
30+
s.platforms = { :ios => "11.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "**/*.{c,h,m,mm,cpp}"

React/React-RCTFabric.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "https://reactnative.dev/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "10.0" }
31+
s.platforms = { :ios => "11.0" }
3232
s.source = source
3333
s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}"
3434
s.exclude_files = "**/tests/*",

ReactCommon/callinvoker/React-callinvoker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "10.0" }
30+
s.platforms = { :ios => "11.0" }
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.header_dir = "ReactCommon"

ReactCommon/cxxreact/re_worker_requirements

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"workerSize": "MEDIUM",
44
"platformType": "LINUX"
55
}
6-
}
6+
}

packages/rn-tester/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
source 'https://rubygems.org'
33

44
gem 'cocoapods', '= 1.10.1'
5+
gem 'rexml'

packages/rn-tester/Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ SPEC CHECKSUMS:
807807
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
808808
DoubleConversion: cde416483dac037923206447da6e1454df403714
809809
FBLazyVector: 91e874a8823933a268c38765a88cbd5dba1fa024
810-
FBReactNativeSpec: 58a907f57c40ca74a954abe86862baa5eb423c63
810+
FBReactNativeSpec: 6793f00102a091fb931674853172fb22e5a2c4cf
811811
Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365
812812
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
813813
Flipper-Folly: e4493b013c02d9347d5e0cb4d128680239f6c78a
@@ -818,12 +818,12 @@ SPEC CHECKSUMS:
818818
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
819819
OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd
820820
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
821-
RCTRequired: d3d4ce60e1e2282864d7560340690a3c8c646de1
822-
RCTTypeSafety: 4da4f9f218727257c50fd3bf2683a06cdb4fede3
821+
RCTRequired: 047bd218d23dbe95d2a933eb5030a269d2a42929
822+
RCTTypeSafety: c2fc670603ca48eb4c1230091eaffb422e6d0d4d
823823
React: 63b1f2a4e0e908c95416fd54e9dcca5d409e2a45
824-
React-callinvoker: e9524d75cf0b7ae108868f8d34c0b8d7dc08ec03
825-
React-Core: c63389ffebc383f834a2cae4d1c120968ffb3cdb
826-
React-CoreModules: 87f011fa87190ffe979e443ce578ec93ec6ff4d4
824+
React-callinvoker: 42d87829505c1bfa2174ddaeb9272a147c81e998
825+
React-Core: 2d53d893ddeff7a58e7ed51b43a15a3d94c3c4a7
826+
React-CoreModules: c096a150e14753b07dc68a498508da4e55b026e9
827827
React-cxxreact: 14cce64344ab482615dfe82a2cbea6eb73be6481
828828
React-Fabric: 2e26aa017842a411a0d0f29c1f458e0e91cb3d96
829829
React-graphics: 246b8e6cb4aad51271358767c965e47d692921ab
@@ -833,15 +833,15 @@ SPEC CHECKSUMS:
833833
React-perflogger: e5c447a0435eb9cdd1e5cd692a48b5c5463406b0
834834
React-RCTActionSheet: 555656ac47e1b81d986a3822e22c374523e0ed17
835835
React-RCTAnimation: 639d6784188ee28b3cbb5c4915f18fb63b816a46
836-
React-RCTBlob: 5f82467e5d3bef65d05cdd900df6e12b0849744a
837-
React-RCTFabric: 7a25f04616e0bcdcda4279a93b42e80ee69b46be
838-
React-RCTImage: f3a98834281555ce1bbbe1af0306aaf40ac70fc7
839-
React-RCTLinking: 801d05ad5e6d1636e977f4dfeab21f87358a02a5
836+
React-RCTBlob: b0af8ae625ea63199504c9cfe09151ebeae51884
837+
React-RCTFabric: 447f94b853788b8868157002022bcaa911f2cf00
838+
React-RCTImage: 8626895dc6dabc11f28e3d6a9eb866b2e2c2742d
839+
React-RCTLinking: 61d39d94ade2207b36a61262cff0d6fe97c89879
840840
React-RCTNetwork: 088b12d5836099ab1e1bd25fc6c8eb07689e7138
841-
React-RCTPushNotification: ce60993f816f917a6495227e16978b5fd550d73b
841+
React-RCTPushNotification: 6b749f4433b8e69974da2a2ba65bbbd980b8556d
842842
React-RCTSettings: 3ff97019291c40903d88ed062642a4fe07d2971d
843843
React-RCTTest: 19f1b769a4bd35ca36bc48645fb218441fc8277d
844-
React-RCTText: 51a41bf9d18a91b2437b833ed4246754baf830d0
844+
React-RCTText: 83931feaad2b470868af24bf7b943cc52a84603d
845845
React-RCTVibration: c739e240076fd7dabd90d6242d6a949297565f72
846846
React-runtimeexecutor: d3e89935c7d4733ddf7da3dd8e0b2533adb7bca4
847847
ReactCommon: 293077fd73008093e681d96ae99e34e56d47160a

third-party-podspecs/DoubleConversion.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Pod::Spec.new do |spec|
2121
spec.user_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/DoubleConversion\"" }
2222

2323
# Pinning to the same version as React.podspec.
24-
spec.platforms = { :ios => "10.0" }
24+
spec.platforms = { :ios => "11.0" }
2525

2626
end

third-party-podspecs/glog.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Pod::Spec.new do |spec|
3434
"HEADER_SEARCH_PATHS" => "$(PODS_TARGET_SRCROOT)/src" }
3535

3636
# Pinning to the same version as React.podspec.
37-
spec.platforms = { :ios => "10.0" }
37+
spec.platforms = { :ios => "11.0" }
3838

3939
end

third-party-podspecs/libevent.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Pod::Spec.new do |spec|
549549
spec.homepage = "https://libevent.org"
550550
spec.license = { :type => "BSD 3-Clause", :file => "LICENSE" }
551551
spec.author = "Niels Provos and Nick Mathewson"
552-
spec.platforms = { :osx => "10.13", :ios => "10.0" }
552+
spec.platforms = { :osx => "10.13", :ios => "11.0" }
553553
spec.source = { :git => "https://github.com/libevent/libevent.git", :tag => "release-#{spec.version}-stable" }
554554
spec.prepare_command = "touch evconfig-private.h; echo -e #{Shellwords.escape(CONFIG_WITHOUT_OPENSSL)} > include/event2/event-config.h"
555555
spec.source_files =

0 commit comments

Comments
 (0)