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
c3bb9a1f
Commit
c3bb9a1f
authored
Mar 18, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compare 0.5.1 to HEAD until we actually tag 0.6.0 and explicitely link tickets.
parent
311e6cce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
9 deletions
+23
-9
CHANGELOG.md
CHANGELOG.md
+23
-9
No files found.
CHANGELOG.md
View file @
c3bb9a1f
...
@@ -21,7 +21,8 @@ can be found:
...
@@ -21,7 +21,8 @@ can be found:
s
.
documentation
=
{
:html
=>
'http://example.com/docs/index.html'
}
s
.
documentation
=
{
:html
=>
'http://example.com/docs/index.html'
}
```
```
See #149 and #151.
See
[
#149
](
https://github.com/CocoaPods/CocoaPods/issues/149
)
and
[
#151
](
https://github.com/CocoaPods/CocoaPods/issues/151
)
.
### Introduced two new classes: LocalPod and Sandbox.
### Introduced two new classes: LocalPod and Sandbox.
...
@@ -37,22 +38,35 @@ for working with the contents of this directory.
...
@@ -37,22 +38,35 @@ for working with the contents of this directory.
### Enhancements
### Enhancements
*
#163: Print a template for a new ticket when an error occurs.
*
[
#163
](
https://github.com/CocoaPods/CocoaPods/issues/163
)
: Print a template
for a new ticket when an error occurs.
*
Added a new Github-specific downloader that can download repositories as a
*
Added a new Github-specific downloader that can download repositories as a
gzipped tarball.
gzipped tarball.
*
No more global state is kept during resolving of dependencies.
*
No more global state is kept during resolving of dependencies.
*
Updated Xcodeproj to have a friendlier API.
*
Updated Xcodeproj to have a friendlier API.
### Fixes
### Fixes
*
#166: Added printing of homepage and source to search results.
*
[
#166
](
https://github.com/CocoaPods/CocoaPods/issues/166
)
: Added printing of
*
#134: Match
`IPHONEOS_DEPLOYMENT_TARGET`
build setting with
homepage and source to search results.
`deployment_target`
option in generated Pods project file.
*
#142: Add
`-fobjc-arc`
to
`OTHER_LD_FLAGS`
if _any_ pods require ARC.
*
[
#134
](
https://github.com/CocoaPods/CocoaPods/issues/134
)
: Match
*
#148: External encoding set to UTF-8 on Ruby 1.9 to fix crash caused by
`IPHONEOS_DEPLOYMENT_TARGET`
build setting with
`deployment_target`
option in
non-ascii characters in pod description.
generated Pods project file.
*
[
#142
](
https://github.com/CocoaPods/CocoaPods/issues/
)
: Add
`-fobjc-arc`
to
`OTHER_LD_FLAGS`
if _any_ pods require ARC.
*
[
#148
](
https://github.com/CocoaPods/CocoaPods/issues/148
)
: External encoding
set to UTF-8 on Ruby 1.9 to fix crash caused by non-ascii characters in pod
description.
*
Ensure all header search paths are quoted in the xcconfig file.
*
Ensure all header search paths are quoted in the xcconfig file.
*
Added weak quoting to
`ibtool`
input paths.
*
Added weak quoting to
`ibtool`
input paths.
...
@@ -204,5 +218,5 @@ allowing you to automate Xcode related tasks.
...
@@ -204,5 +218,5 @@ allowing you to automate Xcode related tasks.
[
3
]:
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/podfile.rb#L185
[
3
]:
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/podfile.rb#L185
[
4
]:
https://github.com/CocoaPods/Xcodeproj
[
4
]:
https://github.com/CocoaPods/Xcodeproj
[
5
]:
https://github.com/tomaz/appledoc
[
5
]:
https://github.com/tomaz/appledoc
[
6
]:
https://github.com/CocoaPods/CocoaPods/compare/0.5.1...
0.6.0
[
6
]:
https://github.com/CocoaPods/CocoaPods/compare/0.5.1...
HEAD
[
7
]:
https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
[
7
]:
https://github.com/CocoaPods/CocoaPods/compare/0.3.10...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