- Configure latitude/longitude and choose a device to set iOS simulator geolocation on key press
- Show map on key for relevant latitude/longitude
- Show indicator for simulator booted status on key
- Show full screen map around a given location allowing traversing the world (only supported on standard stream deck)
git clone https://github.com/nicholascross/StreamDeckSimulator
cd StreamDeckSimulator
open StreamDeckSimLoc.xcodeproj
Then build the project and a plugin package will be created in the products directory. This can be located by right clicking on the binary and selecting "show in finder"
Alternatively you can download the latest release from here 1.4.0
Double click the plugin package com.nacross.stream-deck-sim-loc.streamDeckPlugin
to complete installation.
Using this template.
The simulator location is set using an undocumented API which could stop working if Apple decides to remove support for it.
Map images are captured using MapKit image snapshotter.
Simulator details are captured using xcrun simctl
command line tool.