Skip to content

Releases: danielpaulus/go-ios

v1.0.44

07 Jan 18:33
78e6be8
Compare
Choose a tag to compare
Update README.md (#97)

v1.0.43

07 Jan 17:41
a77b1eb
Compare
Choose a tag to compare
Update issue templates (#96)

v1.0.42

07 Jan 06:55
2f38f74
Compare
Choose a tag to compare
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

06 Jan 08:16
01a4537
Compare
Choose a tag to compare
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

04 Jan 20:33
8d671c0
Compare
Choose a tag to compare
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

03 Jan 22:11
e017702
Compare
Choose a tag to compare
Update README.md (#91)

v1.0.38

03 Jan 11:29
01132ae
Compare
Choose a tag to compare
Adds XCTest integration test& multiple fixes to allow iOS 11 support …

v1.0.37

03 Jan 05:04
ba55fb3
Compare
Choose a tag to compare
fix downloader (#86)

* fix downloader

v1.0.36

28 Dec 21:37
5ed9b53
Compare
Choose a tag to compare
fix panic (#82)

v1.0.35

28 Dec 21:13
c71c896
Compare
Choose a tag to compare
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