Utility for examining the Objective-C segment of Mach-O files.
It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.
It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.
To install class-dump, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install class-dump
To see what files were installed by class-dump, run:
port contents class-dump
To later upgrade class-dump, run:
sudo port selfupdate && sudo port upgrade class-dump
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.