Skip to content

Commit

Permalink
【iOS】fix tvOS file 'React/Base/RCTTVRemoteHandler*' included in iOS
Browse files Browse the repository at this point in the history
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 #16571

Differential Revision: D6418919

Pulled By: shergin

fbshipit-source-id: d05a1182314c9718447351c8d1a180ff61f21192
  • Loading branch information
yacosdad authored and facebook-github-bot committed Nov 27, 2017
1 parent 03956c4 commit ba1d7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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*",
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit ba1d7e9

Please sign in to comment.