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
de3b8673
Commit
de3b8673
authored
Aug 26, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Fix section ordering
parent
322bb4d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
34 deletions
+35
-34
CHANGELOG.md
CHANGELOG.md
+35
-34
No files found.
CHANGELOG.md
View file @
de3b8673
...
@@ -14,38 +14,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -14,38 +14,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
#1437
](
https://github.com/CocoaPods/CocoaPods/issues/1437
)
[
#1437
](
https://github.com/CocoaPods/CocoaPods/issues/1437
)
[
#3760
](
https://github.com/CocoaPods/CocoaPods/issues/3760
)
[
#3760
](
https://github.com/CocoaPods/CocoaPods/issues/3760
)
##### Bug Fixes
*
Build settings specified in
`pod_target_xcconfig`
of a spec are also for
library targets only applied to the pod target.
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
#3906
](
https://github.com/CocoaPods/CocoaPods/issues/3906
)
*
Use APPLICATION_EXTENSION_API_ONLY for watchOS 2 extensions.
[
Boris Bügling
](
https://github.com/neonichu
)
[
#3920
](
https://github.com/CocoaPods/CocoaPods/pull/3920
)
*
Prevent copying resources to installation directory when
`SKIP_INSTALL`
is enabled.
[
Dominique d'Argent
](
https://github.com/nubbel
)
[
#3971
](
https://github.com/CocoaPods/CocoaPods/pull/3971
)
*
Embed frameworks into app and watch extensions.
[
Boris Bügling
](
https://github.com/neonichu
)
[
#4004
](
https://github.com/CocoaPods/CocoaPods/pull/4004
)
*
Fix missing
`$(inherited)`
for generated xcconfig
`LIBRARY_SEARCH_PATHS`
and
`HEADER_SEARCH_PATHS`
build settings.
[
Tyler Fox
](
https://github.com/smileyborg
)
[
#3908
](
https://github.com/CocoaPods/CocoaPods/issues/3908
)
*
Fix source locking/unlocking.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4059
](
https://github.com/CocoaPods/CocoaPods/issues/4059
)
*
Include the
`-ObjC`
linker flag when static
`vendored_frameworks`
are present.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3870
](
https://github.com/CocoaPods/CocoaPods/issues/3870
)
[
#3992
](
https://github.com/CocoaPods/CocoaPods/issues/3992
)
##### Enhancements
##### Enhancements
*
Collapse the namespaced public and private pod xcconfig into one single
*
Collapse the namespaced public and private pod xcconfig into one single
...
@@ -53,7 +21,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -53,7 +21,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
#3916
](
https://github.com/CocoaPods/CocoaPods/pull/3916
)
[
#3916
](
https://github.com/CocoaPods/CocoaPods/pull/3916
)
*
Add
`--sources`
option to
`push`
command.
*
Add
`--sources`
option to
`push`
command.
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#3912
](
https://github.com/CocoaPods/CocoaPods/issues/3912
)
[
#3912
](
https://github.com/CocoaPods/CocoaPods/issues/3912
)
...
@@ -66,7 +34,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -66,7 +34,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3926
](
https://github.com/CocoaPods/CocoaPods/issues/3926
)
[
#3926
](
https://github.com/CocoaPods/CocoaPods/issues/3926
)
*
Add
`:source_provider`
hook to allow plugins to provide sources
*
Add
`:source_provider`
hook to allow plugins to provide sources
.
[
Eric Amorde
](
https://github.com/amorde
)
[
Eric Amorde
](
https://github.com/amorde
)
[
#3190
](
https://github.com/CocoaPods/CocoaPods/issues/3190
)
[
#3190
](
https://github.com/CocoaPods/CocoaPods/issues/3190
)
[
#3792
](
https://github.com/CocoaPods/CocoaPods/pull/3792
)
[
#3792
](
https://github.com/CocoaPods/CocoaPods/pull/3792
)
...
@@ -87,6 +55,39 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -87,6 +55,39 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#1993
](
https://github.com/CocoaPods/CocoaPods/issues/1993
)
[
#1993
](
https://github.com/CocoaPods/CocoaPods/issues/1993
)
##### Bug Fixes
*
Build settings specified in
`pod_target_xcconfig`
of a spec are also for
library targets only applied to the pod target.
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
#3906
](
https://github.com/CocoaPods/CocoaPods/issues/3906
)
*
Use APPLICATION_EXTENSION_API_ONLY for watchOS 2 extensions.
[
Boris Bügling
](
https://github.com/neonichu
)
[
#3920
](
https://github.com/CocoaPods/CocoaPods/pull/3920
)
*
Prevent copying resources to installation directory when
`SKIP_INSTALL`
is enabled.
[
Dominique d'Argent
](
https://github.com/nubbel
)
[
#3971
](
https://github.com/CocoaPods/CocoaPods/pull/3971
)
*
Embed frameworks into app and watch extensions.
[
Boris Bügling
](
https://github.com/neonichu
)
[
#4004
](
https://github.com/CocoaPods/CocoaPods/pull/4004
)
*
Fix missing
`$(inherited)`
for generated xcconfig
`LIBRARY_SEARCH_PATHS`
and
`HEADER_SEARCH_PATHS`
build settings.
[
Tyler Fox
](
https://github.com/smileyborg
)
[
#3908
](
https://github.com/CocoaPods/CocoaPods/issues/3908
)
*
Fix source locking/unlocking.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4059
](
https://github.com/CocoaPods/CocoaPods/issues/4059
)
*
Include the
`-ObjC`
linker flag when static
`vendored_frameworks`
are present.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3870
](
https://github.com/CocoaPods/CocoaPods/issues/3870
)
[
#3992
](
https://github.com/CocoaPods/CocoaPods/issues/3992
)
## 0.38.2 (2015-07-25)
## 0.38.2 (2015-07-25)
...
...
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