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
579d37f7
Commit
579d37f7
authored
Sep 17, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] Use present tense and cleanup
parent
09c391a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
19 deletions
+33
-19
CHANGELOG.md
CHANGELOG.md
+33
-19
No files found.
CHANGELOG.md
View file @
579d37f7
...
@@ -54,7 +54,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -54,7 +54,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
The specification
`requires_arc`
attribute now defaults to true.
*
The specification
`requires_arc`
attribute now defaults to true.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
CocoaPods#267
](
https://github.com/CocoaPods/CocoaPods/issues/267
)
[
CocoaPods#267
](
https://github.com/CocoaPods/CocoaPods/issues/267
)
##### Enhancements
##### Enhancements
*
Add support to specify dependencies per build configuration:
*
Add support to specify dependencies per build configuration:
...
@@ -74,8 +74,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -74,8 +74,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
cocoapods-downloader#29
](
https://github.com/CocoaPods/cocoapods-downloader/pull/29
)
[
cocoapods-downloader#29
](
https://github.com/CocoaPods/cocoapods-downloader/pull/29
)
*
Greatly simplified installation: Cococ
aPods doesn't require anymore the
*
Simplify installation: Coco
aPods doesn't require anymore the
compilation of native extensions.
compilation of
the troublesome
native extensions.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Xcodeproj#168
](
https://github.com/CocoaPods/Xcodeproj/pull/168
)
[
Xcodeproj#168
](
https://github.com/CocoaPods/Xcodeproj/pull/168
)
[
Xcodeproj#167
](
https://github.com/CocoaPods/Xcodeproj/issues/167
)
[
Xcodeproj#167
](
https://github.com/CocoaPods/Xcodeproj/issues/167
)
...
@@ -93,7 +93,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -93,7 +93,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Core#132
](
https://github.com/CocoaPods/Core/pull/1755
)
[
Core#132
](
https://github.com/CocoaPods/Core/pull/1755
)
*
Display indication for deprecated pods when searching for Pods.
*
Add a support for migrating the sandbox to new versions of CocoaPods.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
*
Display an indication for deprecated Pods in the command line search.
[
Hugo Tunius
][
k0nserv
]
[
Hugo Tunius
][
k0nserv
]
[
#2180
](
https://github.com/CocoaPods/CocoaPods/issues/2180
)
[
#2180
](
https://github.com/CocoaPods/CocoaPods/issues/2180
)
...
@@ -108,8 +111,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -108,8 +111,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
Properly quote the
`-isystem`
values in the xcconfig files.
*
Properly quote the
`-isystem`
values in the xcconfig files.
[
Eloy Durán
](
https://github.com/alloy
)
[
Eloy Durán
](
https://github.com/alloy
)
*
The post install message with the CHANGELOG has been removed from the
*
Remove the installation post install message which presents the CHANGELOG.
gemspec.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Eloy Durán
](
https://github.com/alloy
)
[
Eloy Durán
](
https://github.com/alloy
)
...
@@ -122,14 +124,28 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -122,14 +124,28 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
output consistent with Xcode.
output consistent with Xcode.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
*
Indicate the name of the pod whose requirements cannot be satisfied.
[
Seivan Heidari
](
https://github.com/seivan
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
#1938
](
https://github.com/CocoaPods/CocoaPods/issues/1938
)
*
Add support for JSON specs to external sources (
`:path`
,
`:git`
, etc)
options.
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
*
Generate the workspaces using the same output of Xcode.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
##### Bug Fixes
##### Bug Fixes
*
Fix
es
`pod repo push`
to first check if a Specs directory exists and if so
*
Fix
`pod repo push`
to first check if a Specs directory exists and if so
push there.
push there.
[
Edward Valentini
](
edwardvalentini
)
[
Edward Valentini
](
edwardvalentini
)
[
#2060
](
https://github.com/CocoaPods/CocoaPods/issues/2060
)
[
#2060
](
https://github.com/CocoaPods/CocoaPods/issues/2060
)
*
Fix
es
`pod outdated`
to not include subspecs.
*
Fix
`pod outdated`
to not include subspecs.
[
Ash Furrow
](
ashfurrow
)
[
Ash Furrow
](
ashfurrow
)
[
#2136
](
https://github.com/CocoaPods/CocoaPods/issues/2136
)
[
#2136
](
https://github.com/CocoaPods/CocoaPods/issues/2136
)
...
@@ -139,43 +155,41 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -139,43 +155,41 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
kylef
)
[
Kyle Fuller
](
kylef
)
[
pod-template#50
](
https://github.com/CocoaPods/pod-template/issues/50
)
[
pod-template#50
](
https://github.com/CocoaPods/pod-template/issues/50
)
*
Fix
es
spec linting to not warn for missing license file in subspecs.
*
Fix spec linting to not warn for missing license file in subspecs.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Core#132
](
https://github.com/CocoaPods/Core/issues/132
)
[
Core#132
](
https://github.com/CocoaPods/Core/issues/132
)
*
Fix
es
`pod init`
so that it doesn't recurse when checking for Podfiles.
*
Fix
`pod init`
so that it doesn't recurse when checking for Podfiles.
[
Paddy O'Brien
](
https://github.com/tapi
)
[
Paddy O'Brien
](
https://github.com/tapi
)
[
#2181
](
https://github.com/CocoaPods/CocoaPods/issues/2181
)
[
#2181
](
https://github.com/CocoaPods/CocoaPods/issues/2181
)
*
Fix
es
missing XCTest framework in Xcode 6.
*
Fix missing XCTest framework in Xcode 6.
[
Paul Williamson
](
squarefrog
)
[
Paul Williamson
](
squarefrog
)
[
#2296
](
https://github.com/CocoaPods/CocoaPods/issues/2296
)
[
#2296
](
https://github.com/CocoaPods/CocoaPods/issues/2296
)
*
Support multiple values in
ARCHS
.
*
Support multiple values in
`ARCHS`
.
[
Robert Zuber
](
https://github.com/z00b
)
[
Robert Zuber
](
https://github.com/z00b
)
[
#1904
](
https://github.com/CocoaPods/CocoaPods/issues/1904
)
[
#1904
](
https://github.com/CocoaPods/CocoaPods/issues/1904
)
*
Fix
es
static analysis in Xcode 6.
*
Fix static analysis in Xcode 6.
[
Samuel Giddins
](
segiddins
)
[
Samuel Giddins
](
segiddins
)
[
#2402
](
https://github.com/CocoaPods/CocoaPods/issues/2402
)
[
#2402
](
https://github.com/CocoaPods/CocoaPods/issues/2402
)
*
Fix
es
an issue where a version of a spec will not be locked when using
*
Fix an issue where a version of a spec will not be locked when using
multiple subspecs of a podspec.
multiple subspecs of a podspec.
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
#2135
](
https://github.com/CocoaPods/CocoaPods/issues/2135
)
[
#2135
](
https://github.com/CocoaPods/CocoaPods/issues/2135
)
*
Fix
es
an issue using JSON podspecs installed directly from a lib's
*
Fix an issue using JSON podspecs installed directly from a lib's
repository.
repository.
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
*
Quotes are now properly handled in
`OTHER_LDFLAGS`
and used to no
t
*
Support and use quotes in the
`OTHER_LDFLAGS`
of xcconfigs to preven
t
create issues with targets including a space character
.
issues with targets containing a space character in their name
.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
*
Generate the workspaces using the same output of Xcode.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
## 0.33.1
## 0.33.1
...
...
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