Skip to content

Commit b92b38a

Browse files
hsousafacebook-github-bot
authored andcommitted
Remove extra space in source_files
Summary: This was causing tvOS builds to fail because .m files weren’t being included. - Add `tvOS` subspec to your project with a tvOS target. - Build - Profit. [TVOS] [BREAKING] [React.podspec] - Fix building for tvOS with CocoaPods Closes #18812 Differential Revision: D7680224 Pulled By: hramos fbshipit-source-id: c6c3b6fb0acd2004579d85c3f72e4edd88e26ed8
1 parent 908e885 commit b92b38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Pod::Spec.new do |s|
105105

106106
s.subspec "tvOS" do |ss|
107107
ss.dependency "React/Core"
108-
ss.source_files = "React/**/RCTTV*.{h, m}"
108+
ss.source_files = "React/**/RCTTV*.{h,m}"
109109
end
110110

111111
s.subspec "jschelpers" do |ss|

0 commit comments

Comments
 (0)