summaryrefslogtreecommitdiff
path: root/pkg/osx/installer/se.leap.bitmask-helper.plist
diff options
context:
space:
mode:
authorkali <kali@leap.se>2017-08-03 21:01:34 -0700
committerKali Kaneko <kali@leap.se>2017-08-14 18:09:15 -0400
commit201a751f0a0da9fa0427d683cb56725a40a00d89 (patch)
tree3c148c489cceb71ccbb9c0a8d37a331506001b67 /pkg/osx/installer/se.leap.bitmask-helper.plist
parent9c74ffb925325de98e8dd73acdf1602dd40bfcc0 (diff)
[pkg] automate flat package
Diffstat (limited to 'pkg/osx/installer/se.leap.bitmask-helper.plist')
-rw-r--r--pkg/osx/installer/se.leap.bitmask-helper.plist29
1 files changed, 0 insertions, 29 deletions
diff --git a/pkg/osx/installer/se.leap.bitmask-helper.plist b/pkg/osx/installer/se.leap.bitmask-helper.plist
deleted file mode 100644
index 4428f131..00000000
--- a/pkg/osx/installer/se.leap.bitmask-helper.plist
+++ /dev/null
@@ -1,29 +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>StandardOutPath</key>
- <string>bitmask-helper.log</string>
- <key>StandardErrorPath</key>
- <string>bitmask-helper-err.log</string>
- <key>GroupName</key>
- <string>daemon</string>
- <key>KeepAlive</key>
- <dict>
- <key>SuccessfulExit</key>
- <false/>
- </dict>
- <key>Label</key>
- <string>se.leap.bitmask-helper</string>
- <key>ProgramArguments</key>
- <array>
- <string>/Applications/Bitmask.app/Contents/Resources/bitmask-helper/bitmask-helper</string>
- </array>
- <key>RunAtLoad</key>
- <true/>
- <key>WorkingDirectory</key>
- <string>/Applications/Bitmask.app/Contents/Resources/bitmask-helper/</string>
- <key>SessionCreate</key>
- <true/>
-</dict>
-</plist>