refactor ios: replace gidevice with go-ios

This commit is contained in:
lilong.129
2024-11-23 14:12:07 +08:00
parent 8aac2181be
commit ef37d88e0b
118 changed files with 2202 additions and 11764 deletions

View File

@@ -62,8 +62,9 @@ type Driver struct {
client *http.Client
// cache to avoid repeated query
scale float64
windowSize *Size
scale float64
windowSize *Size
driverResults []*DriverResult
// cache session data
session DriverSession