Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.158
v1.0.157
Disable memory limit for pid (#513) Co-authored-by: fish-sauce <[email protected]>
v1.0.156
fix(Makefile): use native GOOS/GOARCH by default (#488) Co-authored-by: danielpaulus <[email protected]>
v1.0.155
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
Put XCTest parameters into a config struct (#507)
v1.0.153
Adding io resource closing to unblock io.Copy. Also replaced unbuffer…
v1.0.152
Add battery IORegistry and sysmontap cpuusage (#475) * Add battery ioregistry stats * Add sysmontap cpu usage stats * Add doc * fix: safe type assertions * fix: add system monitor wrapper * fix: simplify to just channel * Dispatch to dedicated Dispatcher in Connection * fix: close channel * fix: deliver CPU sample continuosly * Specify sampling rate --------- Authored-by: fish-sauce <[email protected]> Co-authored-by: dmissmann <[email protected]>
v1.0.151
fix 'automationFrameworkPath' for iOS 17+ (#506) this value has changed with iOS 17. While this did not cause problems in most cases, UI interruption handlers were broken because of that. They simply stopped firing with that value pointing to the old path
v1.0.150
parse syslog (#501) * parse syslog * move syslog parser into syslog package
v1.0.149
Adding an endpoint to run WDA (#491) * basic wda endpoint working * simplify api using post and delete * add docs and change path to /wda/session/