summaryrefslogtreecommitdiff
path: root/pkg/osx/se.leap.bitmask-helper.plist
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-20 03:18:54 -0700
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-21 02:56:10 +0200
commitc82f23ccaf077dce350292c7f3b2948d61122bbe (patch)
treef28e03a6c9fd3790782b4941cf8ffe38f3c1b834 /pkg/osx/se.leap.bitmask-helper.plist
parent51011053093c87ca7ff2e024734578a5dce0dbfa (diff)
[pkg] improve Packages script
- use relative paths - there's still an absolute path (hardcoded, the REFERENCE FOLDER PATH). This should be changed (sed!) if we want to automate this for CI or for building in different environments: STILL NEEDS SOME MANUAL WORK. - Avoid deleting the build folders by default - Move the plist file to a subfolder
Diffstat (limited to 'pkg/osx/se.leap.bitmask-helper.plist')
-rw-r--r--pkg/osx/se.leap.bitmask-helper.plist29
1 files changed, 0 insertions, 29 deletions
diff --git a/pkg/osx/se.leap.bitmask-helper.plist b/pkg/osx/se.leap.bitmask-helper.plist
deleted file mode 100644
index 4428f131..00000000
--- a/pkg/osx/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>