Skip to content

Commit

Permalink
[Installer] Add target dependencies explicitely 2
Browse files Browse the repository at this point in the history
Closes #1165
  • Loading branch information
fabiopelosin committed Jul 3, 2013
1 parent 431f2b2 commit 634d678
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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).
[#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
detail see
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
Expand All @@ -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)

* 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)


* CocoaPods doesn't set anymore the deprecated `ALWAYS_SEARCH_USER_PATHS` build
setting.

Expand Down

0 comments on commit 634d678

Please sign in to comment.