Skip to content

Releases: bitbar/go-ios

v1.0.2

15 Jul 19:07
6cc0b7c

Choose a tag to compare

Rename argument  (#426)

Rename --enabletun to --userspace

v1.0.1

06 Jun 13:31

Choose a tag to compare

adding map for commands that require/dont require tunnel to avoid che…

v1.0.0

06 Jun 13:23
6a94ebe

Choose a tag to compare

fix: quit runwda when wda dies (#389)

With this changes ios runwda will exit with error when WDA app dies (e.g. killed with ios kill, killed manually with AppSwitcher, or when iPhone is turned off).
dtxConnection's BreakdownCallback is implemented with Functionals Options Pattern, so it's fully optional and shouldn't affect any other dtxConnection usages.