mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
275 B
Markdown
12 lines
275 B
Markdown
# idevicesetlocation
|
|
|
|
> Simulate a location on an iOS device.
|
|
> More information: <https://manned.org/idevicesetlocation>.
|
|
|
|
- Set a specific latitude and longitude:
|
|
|
|
`idevicesetlocation {{latitude}} {{longitude}}`
|
|
|
|
- Reset the simulated location:
|
|
|
|
`idevicesetlocation reset`
|