Releases: libimobiledevice/ideviceinstaller
Releases · libimobiledevice/ideviceinstaller
1.2.0
1.2.0 (2025-10-30)
Breaking changes
- Command line options are now using subcommands like
install,list, etc. instead of the old-i,-l
Changes
- Add options for using external sinf and iTunes metadata
- Add JSON output capability
- Use CFBundleShortVersionString to display the app version
- Add -a command line switch to specify return attributes for 'list' command
- Add -b, --bundle-identifier command line switch to allow querying for bundle identifier
Bug Fixes:
- Fix picking wrong app directory from zip/ipa when there are other directories
- Fix wrong exit code on specific output format (xml or json)
- Make sure to always return an error code if something goes wrong
1.1.1
1.1.1 (2020-06-15)
Maintenance release.
Features
- Bump autoconf requirement to 2.64
- Bump libzip dependency to 0.10
- Ignore
.DS_Storeand hidden files when parsing ZIP files - Improve excessive progress output
- Return non-zero exit status on errors
- Remove length check on UDID argument to support newer devices
- Add
-noption to make waiting on install/uninstall notification optional - Add
--networkand--versionoptions to ideviceactivation tool - Bump libimobiledevice dependency to 1.3.0
- Bump libplist dependency to 2.2.0
- Improve README.md with project description, installation, contributing and usage sections
Bug Fixes
- Fix device removal detection triggering on any device unplug
- Fix win32 build
- Ignore
SIGPIPEsignal