AppKiDo is an API documentation browser for Cocoa programmers
AppKiDo is a free reference tool for Cocoa Objective-C programmers. It parses the header files and HTML documentation files provided by Developer Tools and presents the results in a powerful interface.
AppKiDo is a free reference tool for Cocoa Objective-C programmers. It parses the header files and HTML documentation files provided by Developer Tools and presents the results in a powerful interface.
To install AppKiDo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install AppKiDo
To see what files were installed by AppKiDo, run:
port contents AppKiDo
To later upgrade AppKiDo, run:
sudo port selfupdate && sudo port upgrade AppKiDo
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.