diff options
Diffstat (limited to 'docs/idevicesetlocation.1')
-rw-r--r-- | docs/idevicesetlocation.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/idevicesetlocation.1 b/docs/idevicesetlocation.1 new file mode 100644 index 0000000..941a6e5 --- /dev/null +++ b/docs/idevicesetlocation.1 | |||
@@ -0,0 +1,38 @@ | |||
1 | .TH "idevicesetlocation" 1 | ||
2 | .SH NAME | ||
3 | idevicesetlocation \- Simulate location on iOS device. | ||
4 | .SH SYNOPSIS | ||
5 | .B idevicesetlocation | ||
6 | [OPTIONS] -- <LAT> <LONG> | ||
7 | |||
8 | .B idevicesetlocation | ||
9 | [OPTIONS] reset | ||
10 | |||
11 | .SH DESCRIPTION | ||
12 | |||
13 | Simulate location on iOS device with mounted developer disk image. | ||
14 | |||
15 | .SH OPTIONS | ||
16 | .TP | ||
17 | .B \-u, \-\-udid UDID | ||
18 | target specific device by UDID | ||
19 | .TP | ||
20 | .B \-n, \-\-network | ||
21 | connect to network device | ||
22 | .TP | ||
23 | .B \-d, \-\-debug | ||
24 | enable communication debugging | ||
25 | .TP | ||
26 | .B \-h, \-\-help | ||
27 | prints usage information | ||
28 | .TP | ||
29 | .B \-v, \-\-version | ||
30 | prints version information. | ||
31 | |||
32 | .SH AUTHOR | ||
33 | Nikias Bassen | ||
34 | |||
35 | .SH ON THE WEB | ||
36 | https://libimobiledevice.org | ||
37 | |||
38 | https://github.com/libimobiledevice/libimobiledevice | ||