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
52f34a0d
Commit
52f34a0d
authored
Jul 27, 2016
by
arida
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
eef5ab33
'
parents
8f12b207
eef5ab33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
installer.rb
lib/cocoapods/installer.rb
+3
-3
No files found.
lib/cocoapods/installer.rb
View file @
52f34a0d
...
...
@@ -80,7 +80,7 @@ module Pod
#
attr_accessor
:update
# @return [Bool] Whether the spec repos should be updated.
# @return [Bool
ean
] Whether the spec repos should be updated.
#
attr_accessor
:repo_update
alias_method
:repo_update?
,
:repo_update
...
...
@@ -632,7 +632,7 @@ module Pod
#
# @raise Raises an informative if the hooks raises.
#
# @return [Bool] Whether the hook was run.
# @return [Bool
ean
] Whether the hook was run.
#
def
run_podfile_pre_install_hook
podfile
.
pre_install!
(
self
)
...
...
@@ -660,7 +660,7 @@ module Pod
#
# @raise Raises an informative if the hooks raises.
#
# @return [Bool] Whether the hook was run.
# @return [Bool
ean
] Whether the hook was run.
#
def
run_podfile_post_install_hook
podfile
.
post_install!
(
self
)
...
...
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