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
c7e0ecdd
Commit
c7e0ecdd
authored
Oct 23, 2014
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Resolver][IntegrationSpecs] Update before_resolution to avoid duplication
parent
9f53fbc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
resolver.rb
lib/cocoapods/resolver.rb
+9
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/resolver.rb
View file @
c7e0ecdd
...
...
@@ -231,6 +231,15 @@ module Pod
UI
end
# Called before resolution starts. We print out `Resolving dependencies` in
# the analyzer, so here we just want to print out a starting `.`.
#
# @return [Void]
#
def
before_resolution
UI
.
print
'.'
end
#-------------------------------------------------------------------------#
private
...
...
cocoapods-integration-specs
@
afc3bdb8
Subproject commit a
e87cdaa7f0c96ad246ddd804a08bc4260018548
Subproject commit a
fc3bdb824e79fe2f99361aa9b4525cda4cc95d1
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