I want to know as much as possible technical information about given Application bundle .app, e.g:
- compiler used
- frameworks used
- implementation details
QuickLook plugin that show extensive information about .app would be ideal, but I don't know about such.
GUI
Command line
list all linked symbols
Display global (external) symbol names (no value or type).
list all libraries the app has linked to.
Display the contents of the __OBJC segment used by the Objective-C run-time system.
disassembly
show implementation addresses