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
75b74764
Commit
75b74764
authored
Aug 02, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Expand on hooks deprecation.
parent
e71726b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
CHANGELOG.md
CHANGELOG.md
+16
-5
No files found.
CHANGELOG.md
View file @
75b74764
...
@@ -8,6 +8,22 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -8,6 +8,22 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Enhancements
###### Enhancements
*
Added
`prepare_command`
attribute to Specification DSL. The prepare command
will replace the
`pre_install`
hook. The
`post_install`
hook has also been
deprecated.
[
#1247
](
https://github.com/CocoaPods/CocoaPods/issues/1247
)
The reason we provided Ruby hooks at first, was because we wanted to offer
the option to make any required configuration possible. By now, however, we
have a pretty good idea of the use-cases and are therefore locking down the
freedom that was once available. In turn, we’re adding attributes that can
replace the most common use-cases. _(See the enhancements directly following
this entry for more info)._
The second reason we need to lock this down is because this is the last
remaining obstacle to fully serialize specifications, which we need in order
to move to a ‘spec push’ web-service in the future.
*
Added
`resource_bundles`
attribute to Specification DSL.
*
Added
`resource_bundles`
attribute to Specification DSL.
[
#743
](
https://github.com/CocoaPods/CocoaPods/issues/743
)
,
[
#743
](
https://github.com/CocoaPods/CocoaPods/issues/743
)
,
[
#1186
](
https://github.com/CocoaPods/CocoaPods/issues/1186
)
[
#1186
](
https://github.com/CocoaPods/CocoaPods/issues/1186
)
...
@@ -20,11 +36,6 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -20,11 +36,6 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#809
](
https://github.com/CocoaPods/CocoaPods/issues/809
)
,
[
#809
](
https://github.com/CocoaPods/CocoaPods/issues/809
)
,
[
#1075
](
https://github.com/CocoaPods/CocoaPods/issues/1075
)
[
#1075
](
https://github.com/CocoaPods/CocoaPods/issues/1075
)
*
Added
`prepare_command`
attribute to Specification DSL. The prepare command
will replace the
`pre_install`
hook. The
`post_install`
hook has also been
deprecated.
[
#1247
](
https://github.com/CocoaPods/CocoaPods/issues/1247
)
*
Restructured
`.cocoapods`
folder to contain repos in a subdirectory.
*
Restructured
`.cocoapods`
folder to contain repos in a subdirectory.
[
#1150
](
https://github.com/CocoaPods/CocoaPods/issues/1150
)
[
#1150
](
https://github.com/CocoaPods/CocoaPods/issues/1150
)
[
Ian Ynda-Hummel
](
https://github.com/ianyh
)
[
Ian Ynda-Hummel
](
https://github.com/ianyh
)
...
...
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