Commit 634d6787 authored by Fabio Pelosin's avatar Fabio Pelosin

[Installer] Add target dependencies explicitely 2

Closes #1165
parent 431f2b21
...@@ -16,6 +16,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -16,6 +16,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
in the working directory (a pod spec in the root is needed). in the working directory (a pod spec in the root is needed).
[#850](https://github.com/CocoaPods/CocoaPods/issues/850) [#850](https://github.com/CocoaPods/CocoaPods/issues/850)
* The dependencies of the targets of the Pods project are now being explicitly
set up.
[#1165](https://github.com/CocoaPods/CocoaPods/issues/1165)
* The size of the cache used for the git repos is now configurable. For more * The size of the cache used for the git repos is now configurable. For more
detail see detail see
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25 https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
...@@ -25,10 +29,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -25,10 +29,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[#1098](https://github.com/CocoaPods/CocoaPods/issues/1098) [#1098](https://github.com/CocoaPods/CocoaPods/issues/1098)
* The output of shell script build phases don't show environment variables * The output of shell script build phases don't show environment variables
* anymore to reduce noise. anymore to reduce noise.
[#1122](https://github.com/CocoaPods/CocoaPods/issues/1122) [#1122](https://github.com/CocoaPods/CocoaPods/issues/1122)
* CocoaPods doesn't set anymore the deprecated `ALWAYS_SEARCH_USER_PATHS` build * CocoaPods doesn't set anymore the deprecated `ALWAYS_SEARCH_USER_PATHS` build
setting. setting.
......
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