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
51e22ffc
Commit
51e22ffc
authored
Feb 23, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog
parent
8a7f3a2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
CHANGELOG.md
CHANGELOG.md
+12
-13
No files found.
CHANGELOG.md
View file @
51e22ffc
## Branch 0.17
## Branch 0.17
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/master...0.17
)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/master...0.17
)
•
[
Core
](
https://github.com/CocoaPods/Core/master
)
•
[
Core
](
https://github.com/CocoaPods/Core/master
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.
4
.0...master
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.
5
.0...master
)
###### __Breaking__
###### __Breaking__
-
Support for inline podspecs has been removed.
-
Subspecs do
**not**
inherit the files patterns from the parent spec anymore.
-
External sources are not supported in the dependencies of specifications anymore.
-
The support for Rake File list is being deprecated.
-
The hooks architecture has been factored and might present incompatibilities
(please open an issue if appropriate).
-
`requires_arc`
is transitioning from
`false`
to
`true`
.
-
`requires_arc`
is transitioning from
`false`
to
`true`
.
-
Deprecated
`header_mappings`
hook.
-
Deprecated
`header_mappings`
hook.
-
Deprecated
`exclude_header_search_paths`
-
Deprecated
`exclude_header_search_paths`
-
The support for Rake File list is being deprecated.
-
Support for inline podspecs has been removed.
-
Subspecs do
**not**
inherit the files patterns from the parent spec anymore.
-
External sources are not supported in specifications anymore.
###### DSL
s
###### DSL
-
Podfile:
-
Podfile:
-
It is not needed to specify the platform anymore (unless not integrating)
-
It is not needed to specify the platform anymore (unless not integrating)
...
@@ -40,10 +42,12 @@
...
@@ -40,10 +42,12 @@
-
The
`--no-clean`
option of the
`pod spec lint`
command now displays the Pods
-
The
`--no-clean`
option of the
`pod spec lint`
command now displays the Pods
project for inspection.
project for inspection.
-
It is now possible to specify default values for the configuration in
-
It is now possible to specify default values for the configuration in
`~/.cocoapods/config.yaml`
(
[
see
](
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L17
)
).
`~/.cocoapods/config.yaml`
(
[
default values
](
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L17
)
).
-
CocoaPods now checks the checksums of the installed specifications and
-
CocoaPods now checks the checksums of the installed specifications and
reinstalls them if needed.
reinstalls them if needed.
-
Added new command
`pod ipc`
to provide support for inter process communication.
-
Support for YAML formats of the Podfile and the Specification.
-
Added new command
`pod ipc`
to provide support for inter process
communication through YAML formats.
###### Bug fixes
###### Bug fixes
...
@@ -59,11 +63,6 @@
...
@@ -59,11 +63,6 @@
[
CLAide
](
https://github.com/CocoaPods/CLAide
)
.
[
CLAide
](
https://github.com/CocoaPods/CLAide
)
.
-
Extracted downloader into
-
Extracted downloader into
[
cocoapods-downloader
](
https://github.com/CocoaPods/cocoapods-downloader
)
.
[
cocoapods-downloader
](
https://github.com/CocoaPods/cocoapods-downloader
)
.
-
Added PathList class.
[
#476
](
https://github.com/CocoaPods/CocoaPods/issues/476
)
-
Added Analyzer class.
-
Added Library class.
-
Added XCConfig generator.
## 0.16.3
## 0.16.3
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.16.2...0.16.3
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.4.3...0.5.0
)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.16.2...0.16.3
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.4.3...0.5.0
)
...
...
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