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
0650459d
Commit
0650459d
authored
Sep 28, 2016
by
Stephen Hayes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Greenify success message
Fixes #5713
parent
93e847fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
installer.rb
lib/cocoapods/installer.rb
+4
-2
No files found.
lib/cocoapods/installer.rb
View file @
0650459d
...
@@ -478,10 +478,12 @@ module Pod
...
@@ -478,10 +478,12 @@ module Pod
def
print_post_install_message
def
print_post_install_message
podfile_dependencies
=
podfile
.
dependencies
.
uniq
.
size
podfile_dependencies
=
podfile
.
dependencies
.
uniq
.
size
pods_installed
=
root_specs
.
size
pods_installed
=
root_specs
.
size
UI
.
info
(
'Pod installation complete! '
\
title_options
=
{
:verbose_prefix
=>
'-> '
.
green
}
UI
.
titled_section
(
'Pod installation complete! '
\
"There
#{
podfile_dependencies
==
1
?
'is'
:
'are'
}
#{
podfile_dependencies
}
"
\
"There
#{
podfile_dependencies
==
1
?
'is'
:
'are'
}
#{
podfile_dependencies
}
"
\
"
#{
'dependency'
.
pluralize
(
podfile_dependencies
)
}
from the Podfile "
\
"
#{
'dependency'
.
pluralize
(
podfile_dependencies
)
}
from the Podfile "
\
"and
#{
pods_installed
}
total
#{
'pod'
.
pluralize
(
pods_installed
)
}
installed."
)
"and
#{
pods_installed
}
total
#{
'pod'
.
pluralize
(
pods_installed
)
}
installed."
.
green
,
title_options
)
end
end
# Runs the registered callbacks for the plugins post install hooks.
# Runs the registered callbacks for the plugins post install hooks.
...
...
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