Commit 64a9fe07 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[CHANGELOG] Add entries for dynamic vendored frameworks

parent 38cb0e67
...@@ -32,7 +32,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -32,7 +32,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Embed frameworks into app and watch extensions. * Embed frameworks into app and watch extensions.
[Boris Bügling](https://github.com/neonichu) [Boris Bügling](https://github.com/neonichu)
[#4004](https://github.com/CocoaPods/CocoaPods/pull/4004) [#4004](https://github.com/CocoaPods/CocoaPods/pull/4004)
* Fix missing `$(inherited)` for generated xcconfig `LIBRARY_SEARCH_PATHS` and `HEADER_SEARCH_PATHS` build settings. * Fix missing `$(inherited)` for generated xcconfig `LIBRARY_SEARCH_PATHS` and `HEADER_SEARCH_PATHS` build settings.
[Tyler Fox](https://github.com/smileyborg) [Tyler Fox](https://github.com/smileyborg)
[#3908](https://github.com/CocoaPods/CocoaPods/issues/3908) [#3908](https://github.com/CocoaPods/CocoaPods/issues/3908)
...@@ -41,6 +41,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -41,6 +41,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#4059](https://github.com/CocoaPods/CocoaPods/issues/4059) [#4059](https://github.com/CocoaPods/CocoaPods/issues/4059)
* Include the `-ObjC` linker flag when static `vendored_frameworks` are present.
[Samuel Giddins](https://github.com/segiddins)
[#3870](https://github.com/CocoaPods/CocoaPods/issues/3870)
[#3992](https://github.com/CocoaPods/CocoaPods/issues/3992)
##### Enhancements ##### Enhancements
* Collapse the namespaced public and private pod xcconfig into one single * Collapse the namespaced public and private pod xcconfig into one single
...@@ -78,6 +83,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -78,6 +83,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Core#190](https://github.com/CocoaPods/Core/issues/190) [Core#190](https://github.com/CocoaPods/Core/issues/190)
[#2682](https://github.com/CocoaPods/CocoaPods/issues/2682) [#2682](https://github.com/CocoaPods/CocoaPods/issues/2682)
* Add support for dynamic `vendored_frameworks` and `vendored_libraries`.
[Samuel Giddins](https://github.com/segiddins)
[#1993](https://github.com/CocoaPods/CocoaPods/issues/1993)
## 0.38.2 (2015-07-25) ## 0.38.2 (2015-07-25)
......
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