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

Generate graphs for framework targets #62

Open davidcanavan opened 4 years ago

davidcanavan commented 4 years ago

Hi,

Great tool, I can easily generate graphs for test and project targets.

However, is there a way to do the same for framework targets?

It seems like your code always checks the simulator but the frameworks are never run on the simulator.

Thanks