segiddins / cocoapods-dependencies

Shows a project's CocoaPods dependency graph
MIT License
252 stars 20 forks source link

Skip going through the analyzer when it will just spit out the existing Lockfile #19

Closed segiddins closed 6 years ago

segiddins commented 6 years ago

This avoids a crash when the sandbox has been deleted, since Analyzer#analyze assumes it can either fetch dependencies or they already exist

Closes #16