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
92aa8a2c
Commit
92aa8a2c
authored
Oct 24, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md
parent
18f71e53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
CHANGELOG.md
CHANGELOG.md
+6
-6
No files found.
CHANGELOG.md
View file @
92aa8a2c
...
@@ -11,21 +11,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -11,21 +11,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
The xcodeproj gem now comes bundled with prebuilt binaries for the Ruby
*
The xcodeproj gem now comes bundled with prebuilt binaries for the Ruby
versions that come with OS X 10.8 and 10.9. Users now no longer need to
versions that come with OS X 10.8 and 10.9. Users now no longer need to
install the Xcode Command Line Tools or deal with the Ruby C header location.
install the Xcode Command Line Tools or deal with the Ruby C header location.
[
Eloy Durán
](
https://github.com/alloy
)
[
Eloy Durán
](
https://github.com/alloy
)
[
Xcodeproj#88
](
https://github.com/CocoaPods/Xcodeproj/issues/88
)
[
Xcodeproj#88
](
https://github.com/CocoaPods/Xcodeproj/issues/88
)
*
Targets passed to the
`link_with`
method of the Podfile DSL no longer need
*
Targets passed to the
`link_with`
method of the Podfile DSL no longer need
to be explicitly passed as an array.
`link_with ['target1', 'target2']`
can
to be explicitly passed as an array.
`link_with ['target1', 'target2']`
can
now be written as
`link_with 'target1', 'target2'`
.
now be written as
`link_with 'target1', 'target2'`
.
[
Adam Sharp
](
https://github.com/sharplet
)
[
Adam Sharp
](
https://github.com/sharplet
)
[
Core#30
](
https://github.com/CocoaPods/Core/pull/30
)
[
Core#30
](
https://github.com/CocoaPods/Core/pull/30
)
*
The copy resources script now compiles xcassets resources.
*
The copy resources script now compiles xcassets resources.
[
Ulrik Damm
](
https://github.com/ulrikdamm
)
[
Ulrik Damm
](
https://github.com/ulrikdamm
)
[
#1427
](
https://github.com/CocoaPods/CocoaPods/pull/1427
)
[
#1427
](
https://github.com/CocoaPods/CocoaPods/pull/1427
)
*
`pod repo`
now support a
`remove ['repo_name']`
command.
*
`pod repo`
now support a
`remove ['repo_name']`
command.
[
Joshua Kalpin
](
https://github.com/Kapin
)
[
Joshua Kalpin
](
https://github.com/Kapin
)
[
#1493
](
https://github.com/CocoaPods/CocoaPods/issues/1493
)
[
#1493
](
https://github.com/CocoaPods/CocoaPods/issues/1493
)
[
#1484
](
https://github.com/CocoaPods/CocoaPods/issues/1484
)
[
#1484
](
https://github.com/CocoaPods/CocoaPods/issues/1484
)
...
@@ -33,7 +33,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -33,7 +33,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Bug Fixes
###### Bug Fixes
*
The architecture is now set in the build settings of the user build
*
The architecture is now set in the build settings of the user build
configurations.
configurations.
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
#1450
](
https://github.com/CocoaPods/CocoaPods/issues/1462
)
[
#1450
](
https://github.com/CocoaPods/CocoaPods/issues/1462
)
[
#1462
](
https://github.com/CocoaPods/CocoaPods/issues/1462
)
[
#1462
](
https://github.com/CocoaPods/CocoaPods/issues/1462
)
...
@@ -52,7 +52,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -52,7 +52,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
The developer dir relative to the SDK is not added anymore if testing
*
The developer dir relative to the SDK is not added anymore if testing
frameworks are detected in OS X targets, as it doesn't exists, avoiding the
frameworks are detected in OS X targets, as it doesn't exists, avoiding the
presentation of the relative warning in Xcode.
presentation of the relative warning in Xcode.
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
...
...
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