Skip to content

Releases: danielpaulus/go-ios

v1.0.162

27 Nov 19:45
b0eb738
Compare
Choose a tag to compare
fix: zoom command (#520)

The command parser expects `zoomtouch` as the command, but  in code we check for `zoom`

v1.0.161

19 Nov 15:47
72a4560
Compare
Choose a tag to compare
Fix: pass primitive pid to memory limit request (#516)

* Fix: pass primitive pid to memory limit request

* simplify reading

---------

Authored-by: fish-sauce <[email protected]>

v1.0.160

18 Nov 12:32
1fcc2a1
Compare
Choose a tag to compare
Check for non-empty 'Error' string in 'StartSessionResponse' (#515)

* Check for non-empty 'Error' string in 'StartSessionResponse'

* Add more context to lockdown session start error

Co-authored-by: dmissmann <[email protected]>

* Fix imports

---------

Co-authored-by: dmissmann <[email protected]>

v1.0.159

18 Nov 04:48
b8669ed
Compare
Choose a tag to compare
revert reuse of xctestconfig (#514)

serializing the config makes changes to it and actually invalidates it

v1.0.158

14 Nov 08:09
a8240fa
Compare
Choose a tag to compare
allow setting custom tunnel host (#511)

* allow setting custom tunnel host

v1.0.157

14 Nov 08:05
4c92df4
Compare
Choose a tag to compare
Disable memory limit for pid (#513)

Co-authored-by: fish-sauce <[email protected]>

v1.0.156

13 Nov 21:32
0ea513c
Compare
Choose a tag to compare
fix(Makefile): use native GOOS/GOARCH by default (#488)

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

v1.0.155

11 Nov 05:07
1caa612
Compare
Choose a tag to compare
Fix stuck XCUITest runner when a popup is shown on the screen (#510)

* only include the description from the userInfo dictionary

sometimes those errors contain a screenshot and that creates unreadable logs

* Add missing launch option

with this option the XCUITest runner is coming into foreground even when there is a popup on the screen when at the time when the runner gets launched

v1.0.154

08 Nov 12:46
4cd5d9f
Compare
Choose a tag to compare
Put XCTest parameters into a config struct (#507)

v1.0.153

06 Nov 21:10
6bc43a1
Compare
Choose a tag to compare
Adding io resource closing to unblock io.Copy. Also replaced unbuffer…