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
82edf681
Commit
82edf681
authored
Aug 03, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Analyzer] Implicitly unlock all local dependencies when installing.
parent
2f0f9465
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+5
-2
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+1
-0
No files found.
CHANGELOG.md
View file @
82edf681
...
...
@@ -18,6 +18,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#3912
](
https://github.com/CocoaPods/CocoaPods/issues/3912
)
*
Implicitly unlock all local dependencies when installing.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3764
](
https://github.com/CocoaPods/CocoaPods/issues/3764
)
## 0.38.2
...
...
@@ -3966,4 +3970,4 @@ allowing you to automate Xcode related tasks.
[
4
]:
https://github.com/CocoaPods/Xcodeproj
[
5
]:
https://github.com/tomaz/appledoc
[
6
]:
https://github.com/CocoaPods/CocoaPods/compare/0.5.1...0.6.0
[
7
]:
https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
\ No newline at end of file
[
7
]:
https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
lib/cocoapods/installer/analyzer.rb
View file @
82edf681
...
...
@@ -397,6 +397,7 @@ module Pod
else
pods_to_update
=
result
.
podfile_state
.
changed
+
result
.
podfile_state
.
deleted
pods_to_update
+=
update
[
:pods
]
if
update_mode
==
:selected
pods_to_update
+=
podfile
.
dependencies
.
select
(
&
:local?
).
map
(
&
:name
)
LockingDependencyAnalyzer
.
generate_version_locking_dependencies
(
lockfile
,
pods_to_update
)
end
end
...
...
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