diff options
Diffstat (limited to 'docs/idevicedevmodectl.1')
-rw-r--r-- | docs/idevicedevmodectl.1 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/idevicedevmodectl.1 b/docs/idevicedevmodectl.1 new file mode 100644 index 0000000..5edaa80 --- /dev/null +++ b/docs/idevicedevmodectl.1 | |||
@@ -0,0 +1,58 @@ | |||
1 | .TH "idevicedevmodectl" 1 | ||
2 | .SH NAME | ||
3 | idevicedevmodectl \- Enable Developer Mode on iOS 16+ devices or print the current status. | ||
4 | .SH SYNOPSIS | ||
5 | .B idevicedevmodectl | ||
6 | COMMAND | ||
7 | [OPTIONS] | ||
8 | |||
9 | .SH DESCRIPTION | ||
10 | |||
11 | Enable Developer Mode on iOS 16+ devices or print the current status. | ||
12 | |||
13 | .SH NOTE | ||
14 | Passcode-protected devices will NOT allow enabling of Developer Mode from the command line. It has to be enabled on the device itself under Settings -> Privacy & Security -> Developer Mode. | ||
15 | The \f[B]enable\f[] command will try to enable it, and tell you if that's the case. | ||
16 | If the menu is not shown, you may use the \f[B]reveal\f[] command to reveal it. | ||
17 | |||
18 | .SH COMMANDS | ||
19 | .TP | ||
20 | .B list | ||
21 | Prints the Developer Mode status of all connected devices, or for a specific one if \f[B]\-\-udid\f[] is given. | ||
22 | .TP | ||
23 | .B enable | ||
24 | Enable Developer Mode (device will reboot), and confirm it after device booted up again. | ||
25 | .TP | ||
26 | .B arm | ||
27 | Arm the Developer Mode (device will reboot) | ||
28 | .TP | ||
29 | .B confirm | ||
30 | Confirm enabling of Developer Mode | ||
31 | .TP | ||
32 | .B reveal | ||
33 | Reveal the Developer Mode menu on the device under Settings -> Privacy & Security | ||
34 | |||
35 | .SH OPTIONS | ||
36 | .TP | ||
37 | .B \-u, \-\-udid UDID | ||
38 | target specific device by UDID | ||
39 | .TP | ||
40 | .B \-n, \-\-network | ||
41 | connect to network device | ||
42 | .TP | ||
43 | .B \-d, \-\-debug | ||
44 | enable communication debugging | ||
45 | .TP | ||
46 | .B \-h, \-\-help | ||
47 | print usage information | ||
48 | .TP | ||
49 | .B \-v, \-\-version | ||
50 | print version information | ||
51 | |||
52 | .SH AUTHORS | ||
53 | Nikias Bassen | ||
54 | |||
55 | .SH ON THE WEB | ||
56 | https://libimobiledevice.org | ||
57 | |||
58 | https://github.com/libimobiledevice/libimobiledevice | ||