summaryrefslogtreecommitdiff
path: root/branding/templates/osx/template-helper.plist
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-13 19:40:09 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-23 23:21:57 +0200
commite9c95064992bffb331be71a89152bb3f4de763f5 (patch)
treebfb6c575f4aeb7ef8beb28bb36f2baef93bac4b8 /branding/templates/osx/template-helper.plist
parent93a0668a02b3a280919c4881db9085d5f2a912af (diff)
[pkg] remove unused templates & scripts
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>