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
ce1f2a73
Commit
ce1f2a73
authored
Jul 28, 2016
by
arida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for
https://github.com/CocoaPods/CocoaPods/pull/5578
parent
859dad72
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
CHANGELOG.md
CHANGELOG.md
+4
-4
resolver.rb
lib/cocoapods/resolver.rb
+0
-2
No files found.
CHANGELOG.md
View file @
ce1f2a73
...
@@ -12,6 +12,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -12,6 +12,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Danielle Tomlinson
](
https://github.com/dantoml
)
[
Danielle Tomlinson
](
https://github.com/dantoml
)
[
#5635
](
https://github.com/CocoaPods/CocoaPods/pull/5635
)
[
#5635
](
https://github.com/CocoaPods/CocoaPods/pull/5635
)
*
Improve performance of dependency resolution.
[
yanzhiwei147
](
https://github.com/yanzhiwei147
)
[
#5510
](
https://github.com/CocoaPods/CocoaPods/pull/5510
)
##### Bug Fixes
##### Bug Fixes
*
Hash scope suffixes if they are over 50 characters to prevent file paths from being too long.
*
Hash scope suffixes if they are over 50 characters to prevent file paths from being too long.
...
@@ -68,10 +72,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -68,10 +72,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Naoto Kaneko
](
https://github.com/naoty
)
[
Naoto Kaneko
](
https://github.com/naoty
)
[
#5436
](
https://github.com/CocoaPods/CocoaPods/pull/5436
)
[
#5436
](
https://github.com/CocoaPods/CocoaPods/pull/5436
)
*
Improve performance of dependency resolution.
[
yanzhiwei147
](
https://github.com/yanzhiwei147
)
[
#5510
](
https://github.com/CocoaPods/CocoaPods/pull/5510
)
##### Bug Fixes
##### Bug Fixes
*
Fix local pod platform conflict error message.
*
Fix local pod platform conflict error message.
...
...
lib/cocoapods/resolver.rb
View file @
ce1f2a73
...
@@ -485,8 +485,6 @@ module Pod
...
@@ -485,8 +485,6 @@ module Pod
node_result
node_result
end
end
end
end
dependencies
[
node
.
name
]
end
end
# Whether the given `edge` should be followed to find dependencies for the
# Whether the given `edge` should be followed to find dependencies for the
...
...
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