Commit 3170668d authored by Fabio Pelosin's avatar Fabio Pelosin

[FileAccessor] Adapt for LocalPod refactor

parent 4bb14e58
...@@ -115,6 +115,7 @@ module Pod ...@@ -115,6 +115,7 @@ module Pod
file_patterns = ["Classes/*.{h,m}", "Vendor"] file_patterns = ["Classes/*.{h,m}", "Vendor"]
dir_pattern = "*.{h,hpp,hh,m,mm,c,cpp}" dir_pattern = "*.{h,hpp,hh,m,mm,c,cpp}"
exclude_files = ["Classes/**/osx/**/*", "Resources/**/osx/**/*"] exclude_files = ["Classes/**/osx/**/*", "Resources/**/osx/**/*"]
@spec.exclude_files = exclude_files
@accessor.expects(:expanded_paths).with(file_patterns, dir_pattern, exclude_files) @accessor.expects(:expanded_paths).with(file_patterns, dir_pattern, exclude_files)
@accessor.send(:paths_for_attribute, :source_files) @accessor.send(:paths_for_attribute, :source_files)
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