maxchuquimia / xcgrapher

Framework-level dependency graph generator for Xcode projects - with support for custom graphing
101 stars 8 forks source link

Support Local Swift Packages #8

Open rogerluan opened 3 years ago

rogerluan commented 3 years ago

I'd like to use this project to plot dependency graphs for local dependencies as well (e.g. .package(name: "SomeDependency", path: "../path/to/some/other/dependency"),

I'll investigate how to implement this. Any guidance will be really appreciated, though! 🙏