twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.77k stars 304 forks source link

Location simulation doesn't work on Default simulator #46

Closed stefanomondino closed 4 years ago

stefanomondino commented 4 years ago

The Default simulator has some issues with Location simulation (the tab with the map). The hack we're using to toggle current user's simulated position is based on simulator's udid property, which is booted for the Default one.

We can work around this by checking if selected simulator's id is booted and then broadcast the location notification to all booted devices.

I'll try to put together a PR

note: related to #43 .