From e6a4ab68cb860878b06f51a40cfde44e3971d55e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 30 Mar 2020 14:15:24 +0200 Subject: Add idevicesetlocation tool --- docs/idevicesetlocation.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/idevicesetlocation.1 (limited to 'docs/idevicesetlocation.1') diff --git a/docs/idevicesetlocation.1 b/docs/idevicesetlocation.1 new file mode 100644 index 0000000..2434dc8 --- /dev/null +++ b/docs/idevicesetlocation.1 @@ -0,0 +1,33 @@ +.TH "idevicesetlocation" 1 +.SH NAME +idevicesetlocation \- Simulate location on iOS device. +.SH SYNOPSIS +.B idevicesetlocation +[OPTIONS] -- + +.B idevicesetlocation +[OPTIONS] reset + +.SH DESCRIPTION + +Simulate location on iOS device with mounted developer disk image. + +.SH OPTIONS +.TP +.B \-d, \-\-debug +enable communication debugging +.TP +.B \-u, \-\-udid UDID +target specific device by UDID +.TP +.B \-n, \-\-network +connect to network device even if available via USB +.TP +.B \-h, \-\-help +prints usage information + +.SH AUTHOR +Nikias Bassen + +.SH ON THE WEB +http://libimobiledevice.org -- cgit v1.1-32-gdbae