mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove remaining TV_OS fragments (#35110)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35110 Changelog: [General][Fixed] Remove remaining TV_OS fragments Reviewed By: shwanton Differential Revision: D40775881 fbshipit-source-id: 122ff8737de35689ee0951b068997ee546c7019c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
76f7084957
commit
089684ee56
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
|
||||
s.description = "ScreenshotManager"
|
||||
s.homepage = "https://github.com/facebook/react-native.git"
|
||||
s.license = "MIT"
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.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