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

Add support for the dot (Graphviz) output format #23

Closed 0xced closed 8 years ago

PaulTaykalo commented 8 years ago

@0xced It will also be good to escape + signs in the filenames somehow, so it will work fine for categories

0xced commented 8 years ago

Done in #24.