-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg.profundos.usbexec.plist
More file actions
50 lines (40 loc) · 1.38 KB
/
org.profundos.usbexec.plist
File metadata and controls
50 lines (40 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.profundos.usbexec</string>
<key>ProgramArguments</key>
<array>
<string>__HOME__/.usbexec/LaunchEventsPurger</string>
<string>__HOME__/.usbexec/commands</string>
</array>
<key>KeepAlive</key>
<false/>
<key>WorkingDirectory</key>
<string>__HOME__/.usbexec</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.iokit.matching</key>
<dict>
<key>com.apple.device-attach</key>
<dict>
<key>idProduct</key>
<integer>16</integer>
<key>idVendor</key>
<integer>4176</integer>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>IOMatchStream</key>
<true/>
<key>IOMatchLaunchStream</key>
<true/>
</dict>
</dict>
</dict>
<key>StandardErrorPath</key>
<string>usbexec.log</string>
<key>StandardOutPath</key>
<string>usbexec.log</string>
</dict>
</plist>