mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 12:19:27 +00:00
18 lines
538 B
XML
18 lines
538 B
XML
<?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>com.headphones.headphones</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/bin/python</string>
|
|
<string>/Applications/Headphones/headphones.py</string>
|
|
<string>--quiet</string>
|
|
<string>--daemon</string>
|
|
<string>--nolaunch</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |