Releases: doronz88/pymobiledevice3
Releases · doronz88/pymobiledevice3
v1.5
- few bugfixes when using python3.9
- all exceptions are refactored to inherit from
PyMobileDevice3Exception
v1.4
- several bugfixes all arround
- refactor afc module
v1.3
- add
list-devices
command
- refactor all double-quotes into singles
- remove the unused
mobilebackup*.py
modules
- refactor
ServiceConnection
- improve the pcap sniffing
- improve documentation
v1.2
- refactor
AFCService
into AfcService
and put into services
module.
- make the code be pep8 compliant
v1.1
- allow running application bundles with arguments (for example the Safari app with a given URL)
- refactor service modules
- improve documentation
v1.0
First release on PyPi
Includes many features every iOS developer/researcher might need