Skip to content

Commit

Permalink
Podspec: add required "DevSupport" dependency "InspectorInterfaces.{c…
Browse files Browse the repository at this point in the history
…pp,h}”, fixes facebook#14975
  • Loading branch information
Steffen Matthischke committed Jul 12, 2017
1 parent 1d353b4 commit 0d4201d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions React.podspec
Expand Up @@ -87,8 +87,8 @@ Pod::Spec.new do |s|
end

s.subspec "jschelpers_legacy" do |ss|
ss.source_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper}.{cpp,h}", "ReactCommon/jschelpers/systemJSCWrapper.cpp"
ss.private_header_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper}.h"
ss.source_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.{cpp,h}", "ReactCommon/jschelpers/systemJSCWrapper.cpp"
ss.private_header_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.h"
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
ss.framework = "JavaScriptCore"
end
Expand Down

0 comments on commit 0d4201d

Please sign in to comment.