CuriositySoftware / XcodeTargetGraphGen

A Swift tool for generating module dependency graphs from your .xcodeproj.
MIT License
38 stars 0 forks source link

Support Local SPM Package only option #14

Open shimastripe opened 1 year ago

shimastripe commented 1 year ago

This is a great tool that we have been looking for! It's a small detail, but is there an option for SwiftPM to only produce LocalPackage?

yimajo commented 1 year ago

Currently there is no flag that separates SwiftPM from local and remote. I think you'd be better suited to use swift-dependencies-graph ? https://github.com/Ryu0118/swift-dependencies-graph

shimastripe commented 1 year ago

Yes, it is a great tool, too. But in the transitional phase of SwiftPackage's MultiModule, the configuration has not been tidied up. I'm sure there are use cases where you would like to filter and display in detail in such cases.