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
09c391a4
Commit
09c391a4
authored
Sep 17, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog]
parent
8a8730e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
CHANGELOG.md
CHANGELOG.md
+30
-0
No files found.
CHANGELOG.md
View file @
09c391a4
...
...
@@ -35,6 +35,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
source 'master'
[
François Benaiteau
](
https://github.com/netbe
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
#1143
](
https://github.com/CocoaPods/CocoaPods/pull/1143
)
[
Core#19
](
https://github.com/CocoaPods/Core/pull/19
)
...
...
@@ -45,7 +46,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Michele Titolo
](
https://github.com/mtitolo
)
*
Plugins are now expected to include the
`cocoapods-plugin.rb`
file in
`./lib`
.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
CLAide#28
](
https://github.com/CocoaPods/CLAide/pull/28
)
*
The specification
`requires_arc`
attribute now defaults to true.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
CocoaPods#267
](
https://github.com/CocoaPods/CocoaPods/issues/267
)
##### Enhancements
*
Add support to specify dependencies per build configuration:
...
...
@@ -60,6 +69,17 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#1668
](
https://github.com/CocoaPods/CocoaPods/pull/1668
)
[
#731
](
https://github.com/CocoaPods/CocoaPods/pull/731
)
*
Improved performance of git downloads using shallow clone.
[
Marin Usalj
](
https://github.com/supermarin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
cocoapods-downloader#29
](
https://github.com/CocoaPods/cocoapods-downloader/pull/29
)
*
Greatly simplified installation: CococaPods doesn't require anymore the
compilation of native extensions.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Xcodeproj#168
](
https://github.com/CocoaPods/Xcodeproj/pull/168
)
[
Xcodeproj#167
](
https://github.com/CocoaPods/Xcodeproj/issues/167
)
*
Add 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:
...
...
@@ -98,6 +118,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Samuel Giddins
](
segiddins
)
[
#2183
](
https://github.com/CocoaPods/CocoaPods/issues/2183
)
*
Now the
`plutil`
tool is used when available to produce
output consistent with Xcode.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
##### Bug Fixes
*
Fixes
`pod repo push`
to first check if a Specs directory exists and if so
...
...
@@ -146,6 +170,12 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
*
Quotes are now properly handled in
`OTHER_LDFLAGS`
and used to not
create issues with targets including a space character.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
*
Generate the workspaces using the same output of Xcode.
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
## 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