Skip to content

Instantly share code, notes, and snippets.

@adamphillips
Last active January 22, 2020 17:23
Show Gist options
  • Save adamphillips/2b997b893c438af27d94082a795eb986 to your computer and use it in GitHub Desktop.
Save adamphillips/2b997b893c438af27d94082a795eb986 to your computer and use it in GitHub Desktop.
Outlook Cleanup - plist
<?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>uk.co.29ways.outlook-cleanup</string>
<key>ProgramArguments</key>
<array>
<string>osascript</string>
<string>/path/to/outlook-cleanup.scpt</string>
</array>
<key>StandardOutPath</key>
<string>/usr/local/var/log/outlook-cleanup.log</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/outlook-cleanup.log</string>
<key>StartInterval</key>
<integer>300</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment