Commit e0f8f446 authored by Samuel Giddins's avatar Samuel Giddins

[FileReferencesInstaller] Add header search paths when there are vendored framework headers

Needed due to a merge race
parent 7f188f3f
...@@ -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