Skip to content

Instantly share code, notes, and snippets.

@johnybradshaw
Created May 3, 2016 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnybradshaw/934f444b44a47645225969e7306504fd to your computer and use it in GitHub Desktop.
Save johnybradshaw/934f444b44a47645225969e7306504fd to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>plantronics</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.iokit.matching</key>
<dict>
<key>com.apple.device-attach</key>
<dict>
<key>IOMatchLaunchStream</key>
<true/>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>idProduct</key>
<integer>44033</integer>
<key>idVendor</key>
<integer>1151</integer>
</dict>
</dict>
</dict>
<key>Program</key>
<string>/Users/USERNAME/Dropbox (Personal)/apps/Audiodevice 2/plantronics.sh</string>
<key>StandardErrorPath</key>
<string>/tmp/plantronics.stderr</string>
<key>StandardOutPath</key>
<string>/tmp/plantronics.stdout</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment