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

Skip generic types from the sourcekitten output #40

Closed PaulTaykalo closed 7 years ago

PaulTaykalo commented 7 years ago

currently, some items are "dependent" on generic arguments of functions. This need to be removed Potentially - we can build Swift AST from type string to remove those image

PaulTaykalo commented 7 years ago

Done :)