ideviceinstaller is a tool to interact with the installation_proxy of an iOS device allowing to install, upgrade, uninstall, archive, restore and enumerate installed or archived apps. It makes use of the libimobiledevice library that allows communication with iOS devices.
ideviceinstaller is a tool to interact with the installation_proxy of an iOS device allowing to install, upgrade, uninstall, archive, restore and enumerate installed or archived apps. It makes use of the libimobiledevice library that allows communication with iOS devices.
To install ideviceinstaller-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ideviceinstaller-devel
To see what files were installed by ideviceinstaller-devel, run:
port contents ideviceinstaller-devel
To later upgrade ideviceinstaller-devel, run:
sudo port selfupdate && sudo port upgrade ideviceinstaller-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.