MobileNativeFoundation / set-simulator-location

CLI for setting location in the iOS simulator
Apache License 2.0
642 stars 31 forks source link

Feature request: Unset location? #24

Open cbrevik opened 4 years ago

cbrevik commented 4 years ago

Thanks for the fantastic tool, it made my workflow a lot easier! 💯

I'm working on an app that uses location a lot, but I also need to support cases where location is turned off, or where it fails for some reason.

Would it be possible to extend the CLI to support unset/delete the location? set-simulator-location -d or something?

keith commented 4 years ago

Turns out if you don't send the lat/lng it does this https://github.com/lyft/set-simulator-location/pull/28