Skip to content

Commit 674b591

Browse files
fkgozalifacebook-github-bot
authored andcommitted
iOS: Deprecate iOS 9 / tvOS 9 SDK support
Summary: It is time to target SDK version 10.0+. Changelog: [iOS] [Deprecated] - Deprecating support for iOS/tvOS SDK 9.x, 10.0+ is now required Reviewed By: mdvacca Differential Revision: D19265731 fbshipit-source-id: 93b6f9e8f61c5b36ff69e80d3f18256aa96cc2c0
1 parent 87370c4 commit 674b591

34 files changed

+61
-61
lines changed

Libraries/ART/React-ART.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "http://facebook.github.io/react-native/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
26+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2727
s.source = source
2828
s.source_files = "**/*.{m}"
2929
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

Libraries/ActionSheetIOS/React-RCTActionSheet.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://facebook.github.io/react-native/docs/actionsheetios"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
27+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2828
s.source = source
2929
s.source_files = "*.{m}"
3030
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

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 = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "*.{m,mm}"

Libraries/FBLazyVector/FBLazyVector.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "http://facebook.github.io/react-native/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
26+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "FBLazyVector"

Libraries/FBReactNativeSpec/FBReactNativeSpec.podspec

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

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://facebook.github.io/react-native/docs/image"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.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://facebook.github.io/react-native/docs/linking"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/NativeAnimation/React-RCTAnimation.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "{Drivers/*,Nodes/*,*}.{m,mm}"

Libraries/Network/React-RCTNetwork.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
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://facebook.github.io/react-native/docs/pushnotificationios"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.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 = "http://facebook.github.io/react-native/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
26+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "RCTRequired"

Libraries/Settings/React-RCTSettings.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://facebook.github.io/react-native/docs/settings"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/Text/React-RCTText.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ end
1919
Pod::Spec.new do |s|
2020
s.name = "React-RCTText"
2121
s.version = version
22-
s.summary = "A React component for displaying text."
22+
s.summary = "A React component for displaying text."
2323
s.homepage = "http://facebook.github.io/react-native/"
2424
s.documentation_url = "https://facebook.github.io/react-native/docs/text"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
27+
s.platforms = { :ios => "10.0", :tvos => "10.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 = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3030
s.compiler_flags = folly_compiler_flags
3131
s.source = source
3232
s.source_files = "**/*.{c,h,m,mm,cpp}"

Libraries/Vibration/React-RCTVibration.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://facebook.github.io/react-native/docs/vibration"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

RNTester/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22

33
require_relative '../scripts/autolink-ios'
44

RNTester/Podfile.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -377,34 +377,34 @@ EXTERNAL SOURCES:
377377
SPEC CHECKSUMS:
378378
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
379379
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
380-
FBLazyVector: 34431b7e61740bed29b082ff81500b0ffafaffa0
381-
FBReactNativeSpec: e9febd2d5cc091662f172724165922b2e28d10a3
380+
FBLazyVector: 9806caa151956ce2238f70bde6649a6e3468d2c2
381+
FBReactNativeSpec: 4612edcbf25240e05263399a484cb14bf513872c
382382
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
383383
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
384-
RCTRequired: 33f3b89d2d82ef01c02b9b4f8146c43762e509d8
385-
RCTTypeSafety: 2b1cb2d92b779aa9a3522f67bd4f07e6b6d0797e
386-
React: 28a654b69575941571c073a656bc06795825e7f7
387-
React-ART: a5da06a892342d03896e0db45a7072525981f63c
388-
React-Core: f8656b21cfe16b1fe276686f3b921bce0fa6de4d
389-
React-CoreModules: 96b2f1e0b84493e6c1b7f3bb21357f24fdcfce2f
390-
React-cxxreact: 7c4242192149ce0205b53efaa03e3bf86ba4337c
391-
React-jsi: 98d1f9d8a79d2720ba6a44c2d928a77f315b7e4f
392-
React-jsiexecutor: c0ab8c80a6e88380d63f583690a50d4a723b47b5
393-
React-jsinspector: ea0a218071a11c3687cef2480580180caa6a64c0
394-
React-RCTActionSheet: 090e7bd7c5774d919c47c4eeff78223a7fd8c19c
395-
React-RCTAnimation: 891c2b3404c214dc19faee57b5f249da6deeb099
396-
React-RCTBlob: 8df793b30385b7ffe7e6703651043bad369cd756
397-
React-RCTImage: 3ee9a6cd02c7741ebe3a001d51a18c349019778f
398-
React-RCTLinking: 7ccb8f6dcfd4b95b68a73119aca7bca9fa530b08
399-
React-RCTNetwork: 565fa6cc6108db9210fe5774f04ce52edccbb8ed
400-
React-RCTPushNotification: 494ccfc569e2a699c0cc1a816eaebf8197a2ebc8
401-
React-RCTSettings: 8138286da8de74839cb436dd37704ed64d4bfe78
402-
React-RCTTest: d148e0657ce77ffd43a10325c284f47f25fb0532
403-
React-RCTText: 9078167d3bc011162326f2d8ef4dd580ec1eca17
404-
React-RCTVibration: e3269787c533de8c4f54f489202d848fdef33e1d
405-
ReactCommon: 9d212865526209dc2d01be40340c8d27b53e6bea
406-
Yoga: d88d8b51ee5b247f43211e2edf272438df1b484f
384+
RCTRequired: f04f9813bccb37099f642722b46e879fc47c7e78
385+
RCTTypeSafety: a905fc5bfde67305e22588fb5178289bc8bc6be7
386+
React: 7b262249ab4afa1d300c9e90f50edcc2a5f72bcd
387+
React-ART: 25a40dbfb785ceec6ca41d5bd1ec997ca8c01f17
388+
React-Core: 0d8d3b586d79f3b3a7abe343859892e221e04cf0
389+
React-CoreModules: fe786aebce0ef3bd1f3b7344006c889c9e367ce8
390+
React-cxxreact: 74202227dfa3cb53b7a085508822c687808d2c3f
391+
React-jsi: f22b7604a5e7faf347a2293ac050c4ef495cb92f
392+
React-jsiexecutor: 705bd7d9524b27ddb02f7753f35509c812a93a02
393+
React-jsinspector: 5a11c19a7a267ea4a54f7082ca7834470f5c3fec
394+
React-RCTActionSheet: 83587cdb4e14b9d986058a3acec8fc1cd9815b59
395+
React-RCTAnimation: be8e300a12f7946ca5a53f02668c98cd3a3fc973
396+
React-RCTBlob: 7bf1f010265a810ebe87e7a1746eac106d4de040
397+
React-RCTImage: 6bc83509a99a699606275338c486bf099ae4b1a0
398+
React-RCTLinking: 7b77eca020eaf222d19151f0f52cd6065cbc90ec
399+
React-RCTNetwork: 7e268503e0fa1caa692990f1213bfdadfb4a3755
400+
React-RCTPushNotification: 9290035bbd9ecef15f03d760cc422a219b55be07
401+
React-RCTSettings: ae42816d1073cb8edd70c9ab32e29810a2bbceff
402+
React-RCTTest: 80b44b7e8f5a30d9663c921adfb22a0b185e69f4
403+
React-RCTText: b3eb3514addd9b105c0edb05ed32333428ba2a52
404+
React-RCTVibration: 7ee1cf4f386ed200c70b2be1b09a744ab79861ba
405+
ReactCommon: ee43d06925ecaa2fc7a9d5d07adc2f77c9d65c72
406+
Yoga: f7fa200d8c49f97b54c9421079e781fb900b5cae
407407

408-
PODFILE CHECKSUM: 060903e270072f1e192b064848e6c34528af1c87
408+
PODFILE CHECKSUM: fa397603c9a8f7cb49d7edc7fe85536d0789f34f
409409

410410
COCOAPODS: 1.8.4

RNTester/RCTTest/React-RCTTest.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "http://facebook.github.io/react-native/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
26+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2727
s.source = source
2828
s.source_files = "**/*.{h,m}"
2929
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

React-Core.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
s.homepage = "http://facebook.github.io/react-native/"
4343
s.license = package["license"]
4444
s.author = "Facebook, Inc. and its affiliates"
45-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
45+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
4646
s.source = source
4747
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
4848
s.header_dir = "React"

React.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
s.homepage = "http://facebook.github.io/react-native/"
3737
s.license = package["license"]
3838
s.author = "Facebook, Inc. and its affiliates"
39-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
39+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
4040
s.source = source
4141
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
4242
s.cocoapods_version = ">= 1.2.0"

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 = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "**/*.{c,m,mm,cpp}"

React/React-RCTFabric.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "http://facebook.github.io/react-native/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
31+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3232
s.source = source
3333
s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}"
3434
s.exclude_files = "**/tests/*",
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
s.framework = "JavaScriptCore"
3939
s.library = "stdc++"
4040
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\"" }
41-
s.xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/Folly\"",
41+
s.xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/Folly\"",
4242
"OTHER_CFLAGS" => "$(inherited) -DRN_FABRIC_ENABLED" + " " + folly_flags }
4343

4444
s.dependency "React-Core", version

ReactCommon/React-Fabric.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "http://facebook.github.io/react-native/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
31+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3232
s.source = source
3333
s.prepare_command = File.read("../scripts/generate-rncore.sh")
3434
s.source_files = "dummyFile.cpp"

ReactCommon/ReactCommon.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "http://facebook.github.io/react-native/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
31+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3232
s.source = source
3333
s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility
3434
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags

ReactCommon/cxxreact/React-cxxreact.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "http://facebook.github.io/react-native/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.source = source
3232
s.source_files = "*.{cpp,h}"
3333
s.exclude_files = "SampleCxxModule.*"

ReactCommon/fabric/graphics/React-graphics.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "http://facebook.github.io/react-native/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
29+
s.platforms = { :ios => "9.0", :tvos => "10.0" }
3030
s.source = source
3131
s.library = "stdc++"
3232
s.compiler_flags = folly_compiler_flags

ReactCommon/jsi/React-jsi.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "http://facebook.github.io/react-native/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.exclude_files = "**/test/*"

ReactCommon/jsiexecutor/React-jsiexecutor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "http://facebook.github.io/react-native/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
30+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
3131
s.source = source
3232
s.source_files = "jsireact/*.{cpp,h}"
3333
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags

ReactCommon/jsinspector/React-jsinspector.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "http://facebook.github.io/react-native/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "9.0", :tvos => "9.2" }
26+
s.platforms = { :ios => "10.0", :tvos => "10.0" }
2727
s.source = source
2828
s.source_files = "*.{cpp,h}"
2929
s.header_dir = 'jsinspector'

ReactCommon/yoga/Yoga.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Pod::Spec.new do |spec|
4343
]
4444

4545
# Pinning to the same version as React.podspec.
46-
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
46+
spec.platforms = { :ios => "10.0", :tvos => "10.0" }
4747

4848
# Set this environment variable when *not* using the `:path` option to install the pod.
4949
# E.g. when publishing this spec to a spec repo.

template/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

44
# Add Flipper Pods

third-party-podspecs/DoubleConversion.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Pod::Spec.new do |spec|
1919
spec.compiler_flags = '-Wno-unreachable-code'
2020

2121
# Pinning to the same version as React.podspec.
22-
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
22+
spec.platforms = { :ios => "10.0", :tvos => "10.0" }
2323

2424
end

third-party-podspecs/Folly.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ Pod::Spec.new do |spec|
7171
end
7272

7373
# Pinning to the same version as React.podspec.
74-
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
74+
spec.platforms = { :ios => "10.0", :tvos => "10.0" }
7575
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 => "9.0", :tvos => "9.2" }
37+
spec.platforms = { :ios => "10.0", :tvos => "10.0" }
3838

3939
end

0 commit comments

Comments
 (0)