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
2a48cdbb
Commit
2a48cdbb
authored
May 12, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Command] Minor copy tweaks
parent
c0300905
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
project.rb
lib/cocoapods/command/project.rb
+4
-4
No files found.
lib/cocoapods/command/project.rb
View file @
2a48cdbb
...
...
@@ -8,7 +8,7 @@ module Pod
module
Options
def
options
[
[
"--no-clean"
,
"Leave SCM dirs like `.git
' and `.svn'
intact after downloading"
],
[
"--no-clean"
,
"Leave SCM dirs like `.git
` and `.svn`
intact after downloading"
],
[
"--no-integrate"
,
"Skip integration of the Pods libraries in the Xcode project(s)"
],
[
"--no-repo-update"
,
"Skip running `pod repo update` before install"
],
].
concat
(
super
)
...
...
@@ -49,8 +49,8 @@ module Pod
self
.
summary
=
'Install project dependencies'
self
.
description
=
<<-
DESC
Downloads all dependencies defined in `Podfile
'
and creates an Xcode
Pods library project in `./Pods
'
.
Downloads all dependencies defined in `Podfile
`
and creates an Xcode
Pods library project in `./Pods
`
.
The Xcode project file should be specified in your `Podfile` like this:
...
...
@@ -104,7 +104,7 @@ module Pod
raise
Informative
,
(
missing_pods
.
length
>
1
\
?
"Pods %s are not installed and cannot be updated"
\
:
"Pod %s is not installed and cannot be updated"
)
%
missing_pods
.
map
{
|
p
|
"`
#{
p
}
'
"
}.
join
(
', '
)
)
%
missing_pods
.
map
{
|
p
|
"`
#{
p
}
`
"
}.
join
(
', '
)
end
run_install_with_update
(
:pods
=>
@pods
)
...
...
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