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
5bd890e3
Commit
5bd890e3
authored
Nov 01, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Cleanup.
parent
764a42a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
CHANGELOG.md
CHANGELOG.md
+4
-3
No files found.
CHANGELOG.md
View file @
5bd890e3
...
@@ -6,14 +6,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -6,14 +6,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Bug Fixes
###### Bug Fixes
*
Added a condition to avoid compiling xcassets when
WRAPPER_EXTENSION
*
Added a condition to avoid compiling xcassets when
`WRAPPER_EXTENSION`
is undefined, as it would be in the case of static libraries. This prevents
is undefined, as it would be in the case of static libraries. This prevents
trying to copy the compiled files to a directory that does not exist.
trying to copy the compiled files to a directory that does not exist.
[
Noah McCann
](
https://github.com/nmccann
)
[
Noah McCann
](
https://github.com/nmccann
)
[
#1521
](
https://github.com/CocoaPods/CocoaPods/pull/1521
)
[
#1521
](
https://github.com/CocoaPods/CocoaPods/pull/1521
)
*
Added additional condition to check if
`actool`
is available when compiling
`xcassets`
.
*
Added additional condition to check if
`actool`
is available when compiling
This prevents build failures of Xcode 5 projects on Travis CI (or lower Xcode versions).
`xcassets`
. This prevents build failures of Xcode 5 projects on Travis CI (or
lower Xcode versions).
[
Michal Konturek
](
https://github.com/michalkonturek
)
[
Michal Konturek
](
https://github.com/michalkonturek
)
[
#1511
](
https://github.com/CocoaPods/CocoaPods/pull/1511
)
[
#1511
](
https://github.com/CocoaPods/CocoaPods/pull/1511
)
...
...
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