Skip to content

Tags: MobileNativeFoundation/set-simulator-location

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Xcode 11.5 / Swift 5.2 (#27)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build with 4.2 (#18)

Without this we were still building with `-swift-version 4`

1.3.1

Toggle 1.3.1's commit message
Fix for Xcode 10.1 (#13)

Fixes an issue where set-simulator-location was failing to initialize its list of Simulators due to non-string values output by the newer version of xcrun shipped with Xcode 10.1. Also updates MapKit references for Swift 4.2.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reorder failure errors (#10)

When there are no locations found for a query, MapKit returns a NSError
instead of an empty array. This resulted in us printing a opaque error.
Now we'll do that last, only if there is an error, but we also found a
place.

Here's an example of a query that currently fails:

Lyft HQ San Francisco

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow changing of a single simulator's location (#7)

This allows you to pass a `-s` argument followed by the simulator's
display name in order to set the location of a single simulator, instead
of all booted simulators.

1.1.0

Toggle 1.1.0's commit message
Add Xcode 9 support (#5)

* Add Xcode 9 support

With the large number of simulator changes in Xcode 9 came a change
where the notification we're hijacking needs to send along the UDIDs of
the simulators where the change should take effect. This is because you
can have multiple running simulators with different locations.

To do this, for now, we're just reading the output of `simctl list` and
sending all booted UDIDs along.

* Use JSON output instead

1.0.0

Toggle 1.0.0's commit message
Add LICENSE and CONTRIBUTING, update README (#2)