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
06b73f2c
Commit
06b73f2c
authored
Aug 11, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] HooksManager
parent
feda6564
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
CHANGELOG.md
CHANGELOG.md
+13
-0
No files found.
CHANGELOG.md
View file @
06b73f2c
...
@@ -6,6 +6,19 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -6,6 +6,19 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
##### Enhancements
##### Enhancements
*
Added hooks for plugins. Currently only the installer hook is supported.
A plugin can register itself to be activated after the installation with the
following syntax:
Pod::HooksManager.register(:post_install) do |installer_context|
# implementation
end
The
`installer_context`
is an instance of the
`Pod::Installer:HooksContext`
class which provides the information about the installation.
[
Fabio Pelosin
][
irrationalfab
]
[
Core#132
](
https://github.com/CocoaPods/Core/pull/1755
)
*
Display indication for deprecated pods when searching for Pods.
*
Display indication for deprecated pods when searching for Pods.
[
Hugo Tunius
][
k0nserv
]
[
Hugo Tunius
][
k0nserv
]
[
#2180
](
https://github.com/CocoaPods/CocoaPods/issues/2180
)
[
#2180
](
https://github.com/CocoaPods/CocoaPods/issues/2180
)
...
...
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