Skip to content

Tags: luc-git/go-ios

Tags

v1.0.115

Toggle v1.0.115's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reuse code logic in image auto, tiny cleanup (danielpaulus#266)

v1.0.114

Toggle v1.0.114's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Developer disc image for iOS 16.5 added (danielpaulus#264)

Co-authored-by: Milica Kostic <[email protected]>

v1.0.113

Toggle v1.0.113's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding ZoomTouch and VoiceOver setting changes (danielpaulus#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

Toggle v1.0.112's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix - wrong path to download image 16.4.1 (danielpaulus#257)

Co-authored-by: Milica Kostic <[email protected]>

v1.0.111

Toggle v1.0.111's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Format codebase with `gofmt` and enforce it in GitHub Actions (daniel…

…paulus#234)

Format code with gofmt and enforce linting in CI

v1.0.110

Toggle v1.0.110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Developer disc image for iOS 16.4.1 added (danielpaulus#255)

Co-authored-by: Milica Kostic <[email protected]>
Co-authored-by: danielpaulus <[email protected]>

v1.0.109

Toggle v1.0.109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix fsync fd, fd leak and export some useful method (danielpaulus#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

Toggle v1.0.108's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Battery diagnostics feature (danielpaulus#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

Toggle v1.0.107's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add/erase (danielpaulus#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:https:// 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

Toggle v1.0.106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds support for USBMUXD_SOCKET_ADDRESS env (danielpaulus#242)