maxchuquimia / xcgrapher

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

Support Private Remote Swift Packages #9

Closed rogerluan closed 3 years ago

rogerluan commented 3 years ago

I'd like to use this project to plot dependency graphs for private remote dependencies as well. This is tricky because it will need some sort of authentication.

Might relate to #8

maxchuquimia commented 3 years ago

Strange that it doesn't work for you.. I use XCGrapher at work and about half of our packages exist as private remotes - are you using ssh? It should just use your ssh key as any clone would...

rogerluan commented 3 years ago

Ah, fair enough. I didn't test this myself, actually, I just assumed it wouldn't work, because it doesn't work with local packages - but it actually makes sense now that you mentioned it. If this works for you, everything must be in place 💪

Thanks for clarifying!