Unverified Commit 34a88f71 authored by Samuel Giddins's avatar Samuel Giddins Committed by GitHub

Merge pull request #7453 from CocoaPods/seg-fix-bad-merge-file-refs-installer

[FileReferencesInstaller] Add header search paths when there are vend…
parents 7f188f3f e0f8f446
...@@ -162,6 +162,7 @@ module Pod ...@@ -162,6 +162,7 @@ module Pod
unless pod_target.requires_frameworks? unless pod_target.requires_frameworks?
vendored_frameworks_header_mappings(headers_sandbox, file_accessor).each do |namespaced_path, files| vendored_frameworks_header_mappings(headers_sandbox, file_accessor).each do |namespaced_path, files|
added_public_headers = true
sandbox.public_headers.add_files(namespaced_path, files) sandbox.public_headers.add_files(namespaced_path, files)
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment