Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.113
adding ZoomTouch and VoiceOver setting changes (#259) Co-authored-by: Assad Ginem <[email protected]> ios voiceover (enable | disable | toggle | get) [--force] [options] Enables, disables, toggles, or returns the state of the "VoiceOver" software home-screen button. iOS 11+ only (Use --force to try on older versions). ios zoom (enable | disable | toggle | get) [--force] [options] Enables, disables, toggles, or returns the state of the "ZoomTouch" software home-screen button. iOS 11+ only (Use --force to try on older versions).
v1.0.112
Bugfix - wrong path to download image 16.4.1 (#257) Co-authored-by: Milica Kostic <[email protected]>
v1.0.111
Format codebase with `gofmt` and enforce it in GitHub Actions (#234) Format code with gofmt and enforce linting in CI
v1.0.110
Developer disc image for iOS 16.4.1 added (#255) Co-authored-by: Milica Kostic <[email protected]> Co-authored-by: danielpaulus <[email protected]>
v1.0.109
Fix fsync fd, fd leak and export some useful method (#244) * Fix(fsync): fd should not be byte * Fix fd leak in ReadPair and ListDevice * Return error when EnalbeSSL failed * Export dtx.decodeAuxiliary
v1.0.108
Added Battery diagnostics feature (#250) Added support for domain "com.apple.mobile.battery" (from libimobiledevice: ideviceinfo -u {self.impl.device_udid} --domain com.apple.mobile.battery") Co-authored-by: Milica Kostic <[email protected]> Co-authored-by: danielpaulus <[email protected]>
v1.0.107
Add/erase (#248) I am super happy to finally release a bigger update with the following changes: - fix bug in dproxy that caused it to fail because of a missing unix:// prefix - fix bug in dproxy that caused it to break analyzing apple configurator New features: - the ios lang command now prints a list of all supported languages and locales - new code to set time and timezone (not accessible through CLI for now) - ios erase lets you erase the device settings and contents, like Apple Configurator - ios activate allows device activation non iCloud registered devices. Create a feature request if you need iCloud as well. - ios prepare enables device preparation and supervision - ios prepare create-cert adds a convenience method to generate supervision certificates - ios prepare printskip prints a list of all setup steps you can skip
v1.0.106
Adds support for USBMUXD_SOCKET_ADDRESS env (#242)
v1.0.105
Fix npm release for latest versions (#241) Co-authored-by: Daniel Paulus <[email protected]>
v1.0.104
Add 15.7 (#238) * Add 15.7 developer image ./go-ios image auto {"level":"info","msg":"no udid specified using first device in list","time":"2023-02-26T18:17:22-08:00","udid":"redacted"} {"level":"info","msg":"device iOS version: 15.7.2, getting developer image for iOS 15.7","time":"2023-02-26T18:17:22-08:00"} {"level":"info","msg":"downloading from: ","time":"2023-02-26T18:17:22-08:00"} {"level":"info","msg":"thank you github.com/mspvirajpatel for making these images available :-)","time":"2023-02-26T18:17:22-08:00"} {"level":"info","msg":"downloading 'https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/blob/master/Developer%20Disk%20Image/15.7/DeveloperDiskImage.dmg?raw=true' to path 'devimages/15.7/DeveloperDiskImage.dmg'","time":"2023-02-26T18:17:22-08:00"} {"level":"info","msg":"installing downloaded image 'devimages/15.7/DeveloperDiskImage.dmg'","time":"2023-02-26T18:17:26-08:00"} {"basedir":"./devimages","level":"info","msg":"success mounting image","time":"2023-02-26T18:17:27-08:00","udid":"redacted"} * remove 16.3 that was removed in another commit. --------- Co-authored-by: danielpaulus <[email protected]>