Skip to content

Releases: wix/AppleSimulatorUtils

0.9.10

28 Sep 12:53
Compare
Choose a tag to compare

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

0.9.9

01 Feb 12:36
Compare
Choose a tag to compare

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

0.9.8

30 Oct 14:16
Compare
Choose a tag to compare

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

0.9.7

13 Jul 09:43
Compare
Choose a tag to compare

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

0.9.6

12 Jul 16:13
Compare
Choose a tag to compare

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

0.9.5

15 Feb 10:18
Compare
Choose a tag to compare

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

0.9.4

20 Jul 14:20
Compare
Choose a tag to compare

Fixes --version output in 0.9.3.

0.9.3

20 Jul 12:05
Compare
Choose a tag to compare

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

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

or

applesimutils --setLocation none

0.9.2

23 Dec 11:04
75b3072
Compare
Choose a tag to compare

Improved device state management

0.9.1

20 Dec 08:53
f8d0230
Compare
Choose a tag to compare

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