Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
459d082d
Commit
459d082d
authored
Mar 01, 2018
by
Muhammed Yavuz Nuzumlalı
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FileReferencesInstaller] Read file system only once for same PathList
parent
53444c28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
file_references_installer.rb
...xcode/pods_project_generator/file_references_installer.rb
+1
-3
No files found.
lib/cocoapods/installer/xcode/pods_project_generator/file_references_installer.rb
View file @
459d082d
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment