Skip to content

Commit 982ca30

Browse files
philIipfacebook-github-bot
authored andcommitted
bump iOS and tvOS from 11.0 to 12.4 in cocoapods
Summary: Changelog: [iOS][Deprecated] Deprecating support for iOS/tvOS SDK 11.0, 12.4+ is now required allow-large-files Reviewed By: sammy-SC Differential Revision: D34547333 fbshipit-source-id: a24bb09d03939a092de4198efb1aa4a44c69f718
1 parent 126873f commit 982ca30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+77
-77
lines changed

Libraries/ActionSheetIOS/React-RCTActionSheet.podspec

Lines changed: 1 addition & 1 deletion
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/actionsheetios"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "11.0" }
27+
s.platforms = { :ios => "12.4" }
2828
s.source = source
2929
s.source_files = "*.{m}"
3030
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

Libraries/Blob/React-RCTBlob.podspec

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
29+
s.platforms = { :ios => "12.4" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "*.{h,m,mm}"

Libraries/FBLazyVector/FBLazyVector.podspec

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
26+
s.platforms = { :ios => "12.4" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "FBLazyVector"

Libraries/Image/React-RCTImage.podspec

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
30+
s.platforms = { :ios => "12.4" }
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

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
30+
s.platforms = { :ios => "12.4" }
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

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
29+
s.platforms = { :ios => "12.4" }
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "**/*.{h,m,mm}"

Libraries/Network/React-RCTNetwork.podspec

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
29+
s.platforms = { :ios => "12.4" }
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

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
30+
s.platforms = { :ios => "12.4" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/RCTRequired/RCTRequired.podspec

Lines changed: 1 addition & 1 deletion
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 => "11.0" }
26+
s.platforms = { :ios => "12.4" }
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "RCTRequired"

Libraries/Settings/React-RCTSettings.podspec

Lines changed: 1 addition & 1 deletion
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/settings"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0" }
30+
s.platforms = { :ios => "12.4" }
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

0 commit comments

Comments
 (0)