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
0f63e669
Commit
0f63e669
authored
Dec 30, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Add entries for new Podfile DSL
parent
9c7aa45e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
CHANGELOG.md
CHANGELOG.md
+50
-0
No files found.
CHANGELOG.md
View file @
0f63e669
...
...
@@ -6,6 +6,40 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
##### Breaking
*
The
`link_with`
Podfile DSL method has been removed in favor of target
inheritance.
[
Samuel Giddins
](
https://github.com/segiddins
)
*
The
`:exclusive => true`
Podfile DSL target option has been removed in favor
of the
`inherit! :search_paths`
directive.
[
Samuel Giddins
](
https://github.com/segiddins
)
*
The specification of
`:head`
dependencies has been removed.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4673
](
https://github.com/CocoaPods/CocoaPods/issues/4673
)
*
The deprecated
`:local`
dependency option has been removed in favor of the
equivalent
`:path`
option.
[
Samuel Giddins
](
https://github.com/segiddins
)
*
The deprecated
`dependency`
method in the Podfile DSL has been removed in
favor of the equivalent
`pod`
method.
[
Samuel Giddins
](
https://github.com/segiddins
)
*
The deprecated
`preferred_dependency`
method in the Specification DSL has been
removed in favor of the equivalent
`default_subspecs`
method.
[
Samuel Giddins
](
https://github.com/segiddins
)
##### Highlighted Enhancements That Need Testing
*
The Podfile DSL has been cleaned up, with the removal of confusing options and
the introduction of abstract targets, search paths-only inheritance, the
specification of installation options, and the removal of head dependencies.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#840
](
https://github.com/CocoaPods/CocoaPods/issues/840
)
##### Enhancements
*
Add the ability to add a custom commit message when pushing a spec.
...
...
@@ -101,6 +135,18 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
changes, ensuring backwards-incompatible changes are properly applied.
[
Samuel Giddins
](
https://github.com/segiddins
)
*
The Podfile now allows specifying installation options via the
`install!`
directive.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Core#151
](
https://github.com/CocoaPods/Core/issues/151
)
*
The Podfile now allows marking targets as
`abstract`
and specifying the pod
inheritance mode via the
`inherit!`
directive.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#1249
](
https://github.com/CocoaPods/CocoaPods/issues/1249
)
[
#1626
](
https://github.com/CocoaPods/CocoaPods/issues/1626
)
[
#4001
](
https://github.com/CocoaPods/CocoaPods/issues/4001
)
##### Bug Fixes
*
Fix compiling of localized resources.
...
...
@@ -184,6 +230,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4550
](
https://github.com/CocoaPods/CocoaPods/issues/4550
)
*
Empty podfiles / target blocks no longer break the user's Xcode project.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3617
](
https://github.com/CocoaPods/CocoaPods/issues/3617
)
## 0.39.0 (2015-10-09)
...
...
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