Skip to content

Commit

Permalink
Update ReactCommon.podspec | Debug section (#35236)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #35236

Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D41078409

fbshipit-source-id: fbd3daf61da29d0b595902e2541563343ba50de1
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Nov 7, 2022
1 parent 19d65a2 commit 3d9a15d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ReactCommon/ReactCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ Pod::Spec.new do |s|
sss.dependency "React-jsidynamic", version
end

s.subspec "react_debug_core" do |sss|
sss.source_files = "react/debug/*.{cpp,h}"
end

ss.subspec "samples" do |sss|
sss.source_files = "react/nativemodule/samples/ReactCommon/**/*.{cpp,h}",
"react/nativemodule/samples/platform/ios/**/*.{mm,cpp,h}"
"react/nativemodule/samples/platform/ios/**/*.{mm,cpp,h}"
sss.dependency "ReactCommon/turbomodule/core", version
end
end

s.subspec "react_debug_core" do |sss|
sss.source_files = "react/debug/*.{cpp,h}"
end
end

0 comments on commit 3d9a15d

Please sign in to comment.