summaryrefslogtreecommitdiffstats
path: root/docs/idevicedevmodectl.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicedevmodectl.1')
-rw-r--r--docs/idevicedevmodectl.158
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
3idevicedevmodectl \- Enable Developer Mode on iOS 16+ devices or print the current status.
4.SH SYNOPSIS
5.B idevicedevmodectl
6COMMAND
7[OPTIONS]
8
9.SH DESCRIPTION
10
11Enable Developer Mode on iOS 16+ devices or print the current status.
12
13.SH NOTE
14Passcode-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.
15The \f[B]enable\f[] command will try to enable it, and tell you if that's the case.
16If 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
21Prints 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
24Enable Developer Mode (device will reboot), and confirm it after device booted up again.
25.TP
26.B arm
27Arm the Developer Mode (device will reboot)
28.TP
29.B confirm
30Confirm enabling of Developer Mode
31.TP
32.B reveal
33Reveal the Developer Mode menu on the device under Settings -> Privacy & Security
34
35.SH OPTIONS
36.TP
37.B \-u, \-\-udid UDID
38target specific device by UDID
39.TP
40.B \-n, \-\-network
41connect to network device
42.TP
43.B \-d, \-\-debug
44enable communication debugging
45.TP
46.B \-h, \-\-help
47print usage information
48.TP
49.B \-v, \-\-version
50print version information
51
52.SH AUTHORS
53Nikias Bassen
54
55.SH ON THE WEB
56https://libimobiledevice.org
57
58https://github.com/libimobiledevice/libimobiledevice