summaryrefslogtreecommitdiff
path: root/branding/templates/osx/template-helper.plist
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/osx/template-helper.plist')
-rw-r--r--branding/templates/osx/template-helper.plist26
1 files changed, 0 insertions, 26 deletions
diff --git a/branding/templates/osx/template-helper.plist b/branding/templates/osx/template-helper.plist
deleted file mode 100644
index 160d95c..0000000
--- a/branding/templates/osx/template-helper.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>WorkingDirectory</key>
- <string>/tmp</string>
- <key>StandardOutPath</key>
- <string>bitmask-helper.log</string>
- <key>StandardErrorPath</key>
- <string>bitmask-helper-err.log</string>
- <key>GroupName</key>
- <string>daemon</string>
- <key>RunAtLoad</key>
- <true/>
- <key>SessionCreate</key>
- <true/>
- <key>KeepAlive</key>
- <true/>
- <key>ThrottleInterval</key>
- <integer>5</integer>
- <key>Label</key>
- <string>se.leap.BitmaskHelper</string>
- <key>Program</key>
- <string>/Applications/$applicationName.app/Contents/MacOS/bitmask-helper</string>
-</dict>
-</plist>