Skip to content

Commit 38b96cd

Browse files
idefacebook-github-bot
authored andcommittedNov 4, 2017
Define pod_target_xcconfig for PrivateDatabase
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
1 parent 758111a commit 38b96cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎React.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Pod::Spec.new do |s|
120120
s.subspec "PrivateDatabase" do |ss|
121121
ss.source_files = "ReactCommon/privatedata/*.{cpp,h}"
122122
ss.private_header_files = "ReactCommon/privatedata/*.h"
123+
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
123124
end
124125

125126
s.subspec "cxxreact" do |ss|

0 commit comments

Comments
 (0)