Commit cdcbb414 authored by Fabio Pelosin's avatar Fabio Pelosin

[LocalPod] Automatically glob excluded headers from search paths.

parent 40a5bfb0
...@@ -209,7 +209,7 @@ module Pod ...@@ -209,7 +209,7 @@ module Pod
end end
def headers_excluded_from_search_paths def headers_excluded_from_search_paths
chained_expanded_paths(:exclude_header_search_paths, :relative_to_sandbox => true) chained_expanded_paths(:exclude_header_search_paths, :glob => '*.h', :relative_to_sandbox => true)
end end
def chained_expanded_paths(accessor, options = {}) def chained_expanded_paths(accessor, options = {})
......
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