A cross-platform software protocol library and tools to communicate with iOS devices natively.
libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars /notes and bookmarks and (using libgpod) synchronize music and video to the device.
libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars /notes and bookmarks and (using libgpod) synchronize music and video to the device.
To install libimobiledevice-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libimobiledevice-devel
To see what files were installed by libimobiledevice-devel, run:
port contents libimobiledevice-devel
To later upgrade libimobiledevice-devel, run:
sudo port selfupdate && sudo port upgrade libimobiledevice-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.