Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.44
Update README.md (#97)
v1.0.43
Update issue templates (#96)
v1.0.42
fix pairing (#95) - Exporting private keys was broken which caused other tools not being to able to use the device after pairing. - cleaned up the certificate code a bit and added nice comments Resolves #93
v1.0.41
Fix/ci with ngrok (#94) Introduces a nice ci workflow that allows to attach a personal device easily to the CI so tests can be run on different OS'es with local devices. Also shows how to use app-signer to dynamically sign an ipa using a github actions cloud mac.
v1.0.40
App Installation works for windows (#84) - app installation works now on windows there resolves #79 - made some good progress to set up a CI flow with real devices
v1.0.39
Update README.md (#91)
v1.0.38
Adds XCTest integration test& multiple fixes to allow iOS 11 support …
v1.0.37
fix downloader (#86) * fix downloader
v1.0.36
fix panic (#82)
v1.0.35
Add ITs (#80) * add screenshotr test * use fast tag for running only unit * add simple list devices test * add syslog, list its * process launch, kill and processlist * add integration tests