PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 98 forks source link

Is there a way to analyze dependencies in a Swift module/framework? #56

Open alexvbush opened 5 years ago

alexvbush commented 5 years ago

Hi, is there a way to run the script not for the whole project but just for a Swift module or a framework?

alexvbush commented 5 years ago

Ah, I figured it out. I need to run -t option for subtarget of my project. But unfortunately I get var dependencies = {"links":[],"links_count":0,"objects":{}} as the output. Any ideas why?