Library with common code used by the libraries and tools around the libimobiledevice project
The main functionality provided by this library are socket helper functions and a platform independent thread/mutex implementation. Besides that it comes with a number of string, file, and plist helper functions, as well as some other commonly used code that was originally duplicated in the dedicated projects.
The main functionality provided by this library are socket helper functions and a platform independent thread/mutex implementation. Besides that it comes with a number of string, file, and plist helper functions, as well as some other commonly used code that was originally duplicated in the dedicated projects.
To install libimobiledevice-glue-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libimobiledevice-glue-devel
To see what files were installed by libimobiledevice-glue-devel, run:
port contents libimobiledevice-glue-devel
To later upgrade libimobiledevice-glue-devel, run:
sudo port selfupdate && sudo port upgrade libimobiledevice-glue-devel
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.