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
71ab8a7e
Commit
71ab8a7e
authored
Apr 29, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog [ci skip]
parent
1fecb845
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
CHANGELOG.md
CHANGELOG.md
+12
-11
No files found.
CHANGELOG.md
View file @
71ab8a7e
...
@@ -4,20 +4,20 @@
...
@@ -4,20 +4,20 @@
###### Enhancements
###### Enhancements
*
Added
`pod podfile-info`
command. Shows list of used Pods and their info
in a project or supplied Podfile.
Options:
`--all`
- with dependancies.
`--md`
- in Markdown.
[
#855
](
https://github.com/CocoaPods/CocoaPods/issues/855
)
*
CocoaPods now defines the
`COCOAPODS=1`
macro in the Pod and the Client
targets. This is useful for libraries which conditionally expose interfaces.
[
#903
](
https://github.com/CocoaPods/CocoaPods/issues/903
)
*
Compile time introspection. Macro definitions which allow to inspect the
*
Compile time introspection. Macro definitions which allow to inspect the
installed Pods and their version have been introduced in the build
installed Pods and their version have been introduced in the build
environment of the Pod libraries
environment of the Pod libraries
(
[
example
](
https://gist.github.com/irrationalfab/5348551
)
).
(
[
example
](
https://gist.github.com/irrationalfab/5348551
)
).
*
CocoaPods now defines the
`COCOAPODS=1`
macro in the Pod and the Client
targets. This is useful for libraries which conditionally expose interfaces.
[
#903
](
https://github.com/CocoaPods/CocoaPods/issues/903
)
*
CocoaPods now defines the deployment target of the Pods project computed as
*
CocoaPods now defines the deployment target of the Pods project computed as
the minimum deployment target of the Pods libraries.
the minimum deployment target of the Pods libraries.
[
#556
](
https://github.com/CocoaPods/CocoaPods/issues/556
)
[
#556
](
https://github.com/CocoaPods/CocoaPods/issues/556
)
*
Added
`pod podfile-info`
command. Shows list of used Pods and their info
in a project or supplied Podfile.
Options:
`--all`
- with dependancies.
`--md`
- in Markdown.
[
#855
](
https://github.com/CocoaPods/CocoaPods/issues/855
)
*
Added
`pod help`
command. You can still use the old format
*
Added
`pod help`
command. You can still use the old format
with --help flag.
with --help flag.
[
#957
](
https://github.com/CocoaPods/CocoaPods/pull/957
)
[
#957
](
https://github.com/CocoaPods/CocoaPods/pull/957
)
...
@@ -28,14 +28,15 @@
...
@@ -28,14 +28,15 @@
###### Deprecations
###### Deprecations
*
`:local`
flag in Podfile is deprecated. Please use
`:path`
when
*
The
`:local`
flag in Podfile has been renamed to
`:path`
and has been
specifying a pod source
.
deprecated
.
[
#971
](
https://github.com/CocoaPods/CocoaPods/issues/971
)
[
#971
](
https://github.com/CocoaPods/CocoaPods/issues/971
)
###### Bug fixes
###### Bug fixes
*
Fix issue related to
`pod outdated`
and external sources.
*
Fix
ed
issue related to
`pod outdated`
and external sources.
[
#954
](
https://github.com/CocoaPods/CocoaPods/issues/954
)
[
#954
](
https://github.com/CocoaPods/CocoaPods/issues/954
)
*
Fix issue with .svn folders in copy resources script.
*
Fix
ed
issue with .svn folders in copy resources script.
[
#972
](
https://github.com/CocoaPods/CocoaPods/issues/972
)
[
#972
](
https://github.com/CocoaPods/CocoaPods/issues/972
)
## 0.18.1
## 0.18.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