Skip to content

Releases: danielpaulus/go-ios

v1.0.113

22 May 05:45
c67094f
Compare
Choose a tag to compare
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

11 May 16:04
57a2627
Compare
Choose a tag to compare
Bugfix - wrong path to download image 16.4.1 (#257)

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

v1.0.111

10 May 10:11
63bc0ca
Compare
Choose a tag to compare
Format codebase with `gofmt` and enforce it in GitHub Actions (#234)

Format code with gofmt and enforce linting in CI

v1.0.110

08 May 19:00
9be74da
Compare
Choose a tag to compare
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

08 May 18:52
799a5e0
Compare
Choose a tag to compare
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

02 May 21:44
d93f64a
Compare
Choose a tag to compare
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

02 May 21:42
3b1b39e
Compare
Choose a tag to compare
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

07 Mar 18:45
979ab44
Compare
Choose a tag to compare
Adds support for USBMUXD_SOCKET_ADDRESS env (#242)

v1.0.105

01 Mar 20:27
1ea17e8
Compare
Choose a tag to compare
Fix npm release for latest versions (#241)

Co-authored-by: Daniel Paulus <[email protected]>

v1.0.104

28 Feb 07:11
f9b4c4c
Compare
Choose a tag to compare
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]>