mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
126873f63d
commit
982ca30de0
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
||||
s.description = "ScreenshotManager"
|
||||
s.homepage = "https://github.com/facebook/react-native.git"
|
||||
s.license = "MIT"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" }
|
||||
|
||||
Reference in New Issue
Block a user