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
d358b486
Unverified
Commit
d358b486
authored
Mar 20, 2018
by
Samuel Giddins
Committed by
GitHub
Mar 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7531 from mrh-is/pod-update-doc
Document format of POD_NAMES in pod update
parents
18fd90e1
fd33bf64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
CHANGELOG.md
+3
-0
update.rb
lib/cocoapods/command/update.rb
+5
-5
No files found.
CHANGELOG.md
View file @
d358b486
...
...
@@ -58,6 +58,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#6899
](
https://github.com/CocoaPods/CocoaPods/issues/6899
)
*
Document format of POD_NAMES in pod update
[
mrh-is
](
https://github.com/mrh-is
)
##### Bug Fixes
*
Prevent
`xcassets`
compilation from stomping over the apps
`xcassets`
...
...
lib/cocoapods/command/update.rb
View file @
d358b486
...
...
@@ -8,11 +8,11 @@ module Pod
'Podfile.lock'
self
.
description
=
<<-
DESC
Updates the Pods identified by the specified `POD_NAMES`
. If no
`POD_NAMES` are specified it updates all the Pods ignoring the contents
of the Podfile.lock.
This command is reserved to the update of dependencies and pod install
should
be used to install changes to the Podfile.
Updates the Pods identified by the specified `POD_NAMES`
, which is a
space-delimited list of pod names. If no `POD_NAMES` are specified, it
updates all the Pods, ignoring the contents of the Podfile.lock. This
command is reserved for the update of dependencies; pod install should
be used to install changes to the Podfile.
DESC
self
.
arguments
=
[
...
...
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