]> arthur.barton.de Git - iPhone2Mac.git/blob - de.barton.iPhone2Mac.plist
README: explain what iPhone2Mac.sh does :-)
[iPhone2Mac.git] / de.barton.iPhone2Mac.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>Label</key>
6         <string>de.barton.iPhone2Mac</string>
7         <key>ProgramArguments</key>
8         <array>
9                 <string>/usr/local/bin/iPhone2Mac.sh</string>
10         </array>
11         <key>RunAtLoad</key>
12         <true/>
13         <key>StartInterval</key>
14         <integer>600</integer>
15         <key>Nice</key>
16         <integer>5</integer>
17         <key>LowPriorityIO</key>
18         <true/>
19         <key>LimitLoadToSessionType</key>
20         <string>Aqua</string>
21 </dict>
22 </plist>