Commit c57ff652 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Cleanup.

parent 70656445
...@@ -21,8 +21,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -21,8 +21,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Fixed issue with `pod push` failing when the podspec is unchanged. It will now * Fixed issue with `pod push` failing when the podspec is unchanged. It will now
report `[No change] ExamplePod (0.1.0)` and continue to push other podspecs if report `[No change] ExamplePod (0.1.0)` and continue to push other podspecs if
they exist. [#1199](https://github.com/CocoaPods/CocoaPods/pull/1199) they exist. [#1199](https://github.com/CocoaPods/CocoaPods/pull/1199)
* Set STRIP_INSTALLED_PRODUCT = NO in the generated Pods project. This allows * Set STRIP_INSTALLED_PRODUCT = NO in the generated Pods project. This allows
Xcode to include symbols from CocoaPods in dSYMs during Archive builds. Xcode to include symbols from CocoaPods in dSYMs during Archive builds.
[#1217](https://github.com/CocoaPods/CocoaPods/pull/1217)
* Ensure the resource script doesn’t fail due to the resources list file not * Ensure the resource script doesn’t fail due to the resources list file not
existing when trying to delete it. existing when trying to delete it.
......
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