Releases: wix/AppleSimulatorUtils
Releases · wix/AppleSimulatorUtils
0.9.10
This version adds support for Xcode 15's separate runtime bundles (#115, by @ksuther).
0.9.7
Fix(setLocation): post new location notifications immediately (#97, @asafkorem).
0.9.6
Fixes setLocation
API: location is not set properly after setting a new location permissions (#95, @asafkorem).
0.9.5
Fixes NSTask
race condition that affects applesimutils --list
(#90, @arthuralee).
0.9.4
Fixes --version
output in 0.9.3
.
0.9.3
Adds a new command, --setLocation
, e.g.:
applesimutils --setLocation "[51.51915, -3.12907]"
or
applesimutils --setLocation none
0.9.2
Improved device state management
0.9.1
Added log messages for easier debugging. You can read the log with the following command:
log stream --level debug --style compact --predicate "subsystem=='com.wix.applesimutils'"