Skip to content

Commit 5c9cf44

Browse files
Steffen Matthischkeide
authored andcommitted
Podspec: add required "DevSupport" dependency "InspectorInterfaces.{cpp,h}
Summary: This PR fixes #14975. * Podspec: add InspectorInterfaces.h/cpp to the "jschelpers_legacy" subspec. 1. lint the Podspecs: `./scripts/process-podspecs.sh` 2. check that an iOS project can integrate "DevSupport" via Cocoapods again. I'll already checked it on this branch of the demo project: https://github.com/HeEAaD/Demo-ReactNative-0.47.0-rc2-Podspec-issue/tree/fix Closes #14988 Differential Revision: D5411733 Pulled By: javache fbshipit-source-id: bb46cf3461e0857c7508264dafa204067af182c6
1 parent 3bc500f commit 5c9cf44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

React.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Pod::Spec.new do |s|
8787
end
8888

8989
s.subspec "jschelpers_legacy" do |ss|
90-
ss.source_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper}.{cpp,h}", "ReactCommon/jschelpers/systemJSCWrapper.cpp"
91-
ss.private_header_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper}.h"
90+
ss.source_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.{cpp,h}", "ReactCommon/jschelpers/systemJSCWrapper.cpp"
91+
ss.private_header_files = "ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.h"
9292
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
9393
ss.framework = "JavaScriptCore"
9494
end

0 commit comments

Comments
 (0)