Commit 5bd890e3 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Cleanup.

parent 764a42a0
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment