[FileReferencesInstaller] Read file system only once for same PathList

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