diff options
author | Martin Szulecki | 2014-12-23 14:12:11 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-12 16:27:43 +0100 |
commit | 016e06d4938e73bd4c0417dad2aacd5ea2b53152 (patch) | |
tree | 49d1fd190dfc123667435d93086552bed5f7c162 /docs | |
parent | 1d9e6e351b51e7401898dde96418c0ee10ad878f (diff) | |
download | libimobiledevice-016e06d4938e73bd4c0417dad2aacd5ea2b53152.tar.gz libimobiledevice-016e06d4938e73bd4c0417dad2aacd5ea2b53152.tar.bz2 |
Add new "idevicenotificationproxy" tool to post or observe notifications
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/idevicenotificationproxy.1 | 33 |
2 files changed, 34 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index e9fc21c..d788297 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,4 @@ -man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 idevicename.1 idevicedebug.1 +man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 idevicename.1 idevicedebug.1 idevicenotificationproxy.1 EXTRA_DIST = $(man_MANS) diff --git a/docs/idevicenotificationproxy.1 b/docs/idevicenotificationproxy.1 new file mode 100644 index 0000000..d7ecb32 --- /dev/null +++ b/docs/idevicenotificationproxy.1 @@ -0,0 +1,33 @@ +.TH "idevicenotificationproxy" 1 +.SH NAME +idevicenotificationproxy \- Post or observe notifications on a device. +.SH SYNOPSIS +.B idevicenotificationproxy +[OPTIONS] COMMAND + +.SH DESCRIPTION + +Post or observe notifications on an iOS device from the command line. + +.SH OPTIONS +.TP +.B \-u, \-\-udid UDID +target specific device by its 40-digit device UDID. +.TP +.B \-d, \-\-debug +enable communication debugging. +.TP +.B \-h, \-\-help +prints usage information. + +.SH COMMANDS +.TP +.B post ID [ID...] +post notification IDs to device and exit. +.TP +.B observe ID [ID...] +observe notification IDs in the foreground until CTRL+C or signal is received. + +.SH AUTHORS + +Martin Szulecki |