dependency graphs

Dependency graphs are a great way to visualize the complexity of a project and discover ways to simplify it. I've been looking for something to use on Xcode projects for a while without success, until I stumbled on this Python script. It generates a .dot file that imports into OmniGraffle without a problem. Great stuff.