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
9913d0ce
Commit
9913d0ce
authored
Oct 06, 2014
by
Thomas Visser
Committed by
Samuel E. Giddins
Oct 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Style] Processed feedback from @segiddins on
https://github.com/CocoaPods/CocoaPods/pull/2595
parent
81f70b02
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
resolver.rb
lib/cocoapods/resolver.rb
+1
-2
No files found.
lib/cocoapods/resolver.rb
View file @
9913d0ce
...
@@ -151,7 +151,7 @@ module Pod
...
@@ -151,7 +151,7 @@ module Pod
unless
set
.
sources
.
empty?
unless
set
.
sources
.
empty?
unless
set
.
specification_paths_for_version
(
set
.
required_version
).
length
==
1
unless
set
.
specification_paths_for_version
(
set
.
required_version
).
length
==
1
UI
.
message
(
"Found multiple specifications for
#{
dependency
}
:"
\
UI
.
message
(
"Found multiple specifications for
#{
dependency
}
:
"
\
"
#{
set
.
specification_paths_for_version
(
set
.
required_version
).
join
(
', '
)
}
"
)
"
#{
set
.
specification_paths_for_version
(
set
.
required_version
).
join
(
', '
)
}
"
)
end
end
end
end
...
@@ -220,7 +220,6 @@ module Pod
...
@@ -220,7 +220,6 @@ module Pod
unless
matching_sources
.
empty?
unless
matching_sources
.
empty?
return
Specification
::
Set
.
new
(
dependency
.
root_name
,
matching_sources
)
return
Specification
::
Set
.
new
(
dependency
.
root_name
,
matching_sources
)
end
end
nil
end
end
# Ensures that a specification is compatible with the platform of a target.
# Ensures that a specification is compatible with the platform of a target.
...
...
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