Skip to content

Releases: danielpaulus/go-ios

v1.0.125

02 Jul 20:55
19fb018
Compare
Choose a tag to compare

This adds ios17+ support.
It fixes the image auto command so all you should need to do is:

  1. run sudo ios tunnel start
  2. use go-ios as normal

v1.0.124

02 Jul 20:25
e04bd84
Compare
Choose a tag to compare
move unzip util to ios.Utils, fix image auto command for 17+ (#420)

v1.0.123

28 Jun 06:22
970aa04
Compare
Choose a tag to compare
send one packet at a time for the lockdown tunnel (#419)

the TUN interface often returned an error when an incomplete IPv6 packet was sent (one IPv6 packet + parts of the next one)
sending one packet at a time resolved this issue

v1.0.122

24 Jun 19:51
29dc60a
Compare
Choose a tag to compare
Trigger Release (#416)

v1.0.121

27 Dec 10:48
a49a358
Compare
Choose a tag to compare
Developer mode (#321)

Introduce capability to check current developer mode status or enable developer mode on a device
All credit goes to pymobiledevice3 and doronz88 for finding the way to do this.
Thanks @shamanec for writing the code.

v1.0.120

24 Oct 08:21
232e3a6
Compare
Choose a tag to compare
Merge pull request #290 Encode and decode remote XPC messages

v1.0.119

23 Oct 17:47
b18a3ab
Compare
Choose a tag to compare
Update REST-API to go1.21; remove reservation api again (#293)

* update to go1.21; remove reservation api again

* add activation endpoint

v1.0.118

20 Oct 20:31
19c53bf
Compare
Choose a tag to compare
Add filesharing (#277)

* Add filesharing

* This commit add a way to only lists apps which enable the file sharing

* fix identation

v1.0.117

27 Sep 13:33
aa56241
Compare
Choose a tag to compare
Developer disc image for iOS 16.6 added (#282)

v1.0.116

27 Sep 08:23
93bd004
Compare
Choose a tag to compare
Adding support to modify Time Format (#284)

* Adding support to modify Uses24HourClock on device