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
4b013f0b
Commit
4b013f0b
authored
May 17, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Command] default to install
Closes #958
parent
1f7743d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+4
-1
command.rb
lib/cocoapods/command.rb
+1
-0
No files found.
CHANGELOG.md
View file @
4b013f0b
...
@@ -31,11 +31,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -31,11 +31,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
**NOTE**
: _The above example is actually one that we know of. We’re not sure
**NOTE**
: _The above example is actually one that we know of. We’re not sure
yet which process causes this, but there shouldn’t be a need for any process
yet which process causes this, but there shouldn’t be a need for any process
to read data from the root path anyways._
to read data from the root path anyways._
**NOTE 2**
: _If you’re using a package manager other than Homebrew, please
**NOTE 2**
: _If you’re using a package manager other than Homebrew, please
submit a pull-request that adds the prefix of that manager
submit a pull-request that adds the prefix of that manager
[
here
](
https://github.com/CocoaPods/CocoaPods/blob/master/bin/sandbox-pod#L40
)
._
[
here
](
https://github.com/CocoaPods/CocoaPods/blob/master/bin/sandbox-pod#L40
)
._
*
The naked
`pod`
command now defaults to
`pod install`
.
[
#958
](
https://github.com/CocoaPods/CocoaPods/issues/958
)
*
Documentation generation has been removed from CocoaPods as it graduated
*
Documentation generation has been removed from CocoaPods as it graduated
to CocoaDocs. This decision was taken because CocoaDocs is a much better
to CocoaDocs. This decision was taken because CocoaDocs is a much better
solution which doesn't clutter Xcode's docsets while still allowing
solution which doesn't clutter Xcode's docsets while still allowing
...
...
lib/cocoapods/command.rb
View file @
4b013f0b
...
@@ -21,6 +21,7 @@ module Pod
...
@@ -21,6 +21,7 @@ module Pod
require
'cocoapods/command/podfile_info'
require
'cocoapods/command/podfile_info'
self
.
abstract_command
=
true
self
.
abstract_command
=
true
self
.
default_subcommand
=
'install'
self
.
command
=
'pod'
self
.
command
=
'pod'
self
.
description
=
'CocoaPods, the Objective-C library package manager.'
self
.
description
=
'CocoaPods, the Objective-C library package manager.'
...
...
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