From ba1d7e92e4f251b90a96be192214b5015cf6244e Mon Sep 17 00:00:00 2001 From: Gene Date: Mon, 27 Nov 2017 15:35:55 -0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90iOS=E3=80=91fix=20tvOS=20file=20'React?= =?UTF-8?q?/Base/RCTTVRemoteHandler*'=20included=20in=20iOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: fix bugs please look at the codeļ¼Œu will know me. fix tvOS file 'React/Base/RCTTVRemoteHandler*' included in subspec 'React/Core' iOS [CATEGORY] [TYPE] [LOCATION] - MESSAGE [IOS] [BUGFIX] [React.podspec] - fix tvOS file 'React/Base/RCTTVRemoteHandler*' included in subspec 'React/Core' iOS Closes https://github.com/facebook/react-native/pull/16571 Differential Revision: D6418919 Pulled By: shergin fbshipit-source-id: d05a1182314c9718447351c8d1a180ff61f21192 --- React.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/React.podspec b/React.podspec index ce93756fe424fb..edda6e85fe18b0 100644 --- a/React.podspec +++ b/React.podspec @@ -52,7 +52,7 @@ Pod::Spec.new do |s| "React/Cxx*/*", "React/Base/RCTBatchedBridge.mm", "React/Executors/*" - ss.ios.exclude_files = "React/**/RCTTVView.*" + ss.ios.exclude_files = "React/**/RCTTV*.*" ss.tvos.exclude_files = "React/Modules/RCTClipboard*", "React/Views/RCTDatePicker*", "React/Views/RCTPicker*", @@ -90,7 +90,7 @@ Pod::Spec.new do |s| s.subspec "tvOS" do |ss| ss.dependency "React/Core" - ss.source_files = "React/**/RCTTVView.{h, m}" + ss.source_files = "React/**/RCTTV*.{h, m}" end s.subspec "jschelpers_legacy" do |ss|