Carthage/Carthage

`carthage update Foo` fetches all dependencies, not just the tree starting at Foo

Open

#1081 aperta il 1 feb 2016

Vedi su GitHub
 (36 commenti) (0 reazioni) (0 assegnatari)Swift (1544 fork)batch import
bughelp wantedupdate

Metriche repository

Star
 (15.179 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I have a project with 11 direct dependencies and 16 total ones. When I run carthage update SomeDependency, it fetches all 16 total dependencies instead of only fetching the 2 dependencies required to handle the update for SomeDependency.

Guida contributor