[FileReferencesInstaller] Read file system only once for same PathList

parent 53444c28
......@@ -58,9 +58,7 @@ module Pod
# @return [void]
#
def refresh_file_accessors
file_accessors.each do |fa|
fa.path_list.read_file_system
end
file_accessors.map(&:path_list).uniq.each(&:read_file_system)
end
# Adds the source files of the Pods to the Pods project.
......
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