AppleSimulatorUtils Versions Save

A collection of command-line utils for Apple simulators.

0.9.10

8 months ago

This version adds support for Xcode 15's separate runtime bundles (#115, by @ksuther).

0.9.9

1 year ago

This version adds critical alerts notifications permission setting. (#112, by @ps2, @darinkrauss (original authors) and @Simon-ent (main author 🙌)).

0.9.8

1 year ago

Fixes HealthKit support for iOS 16 (#106, @GGGava 👑).

0.9.7

1 year ago

Fix(setLocation): post new location notifications immediately (#97, @asafkorem).

0.9.6

1 year ago

Fixes setLocation API: location is not set properly after setting a new location permissions (#95, @asafkorem).

0.9.5

2 years ago

Fixes NSTask race condition that affects applesimutils --list (#90, @arthuralee).

0.9.4

2 years ago

Fixes --version output in 0.9.3.

0.9.3

2 years ago

Adds a new command, --setLocation, e.g.:

applesimutils --setLocation "[51.51915, -3.12907]"

or

applesimutils --setLocation none

0.9.2

3 years ago

Improved device state management

0.9.1

3 years ago

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'"