Skip to content

Commit

Permalink
Define pod_target_xcconfig for PrivateDatabase
Browse files Browse the repository at this point in the history
Summary:
We don't strictly need this since all the other subspecs that use this set up the header search path for ReactCommon anyway but do it just for correctness.
Closes #16665

Differential Revision: D6241796

Pulled By: hramos

fbshipit-source-id: 19e6363e570d38f06ea970395d68b9cea7fd02ae
  • Loading branch information
ide authored and facebook-github-bot committed Nov 4, 2017
1 parent 758111a commit 38b96cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Pod::Spec.new do |s|
s.subspec "PrivateDatabase" do |ss|
ss.source_files = "ReactCommon/privatedata/*.{cpp,h}"
ss.private_header_files = "ReactCommon/privatedata/*.h"
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
end

s.subspec "cxxreact" do |ss|
Expand Down

0 comments on commit 38b96cd

Please sign in to comment.