DaLazySlackers / otool-tree

Created
Was maintained by charadon
A tool for Mac to display every single library that's linked to an executable recursively.
git clone
This tool helps people figure out what libraries an executable is linked to
recursively. It does this by running `otool -L` on each library until it
doesn't have anymore to run that on. You can use `grep` to parse the output.
To install, just simply run `make install`