diff options
author | kali <kali@leap.se> | 2013-01-07 21:10:41 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-08 00:34:45 +0900 |
commit | e35eb606faef1ccd06201a0b38a462375426cedd (patch) | |
tree | b3efcd1861c846e0c3ce4f452a253970cfd2ffe3 /pkg/osx/install/ProcessNetworkChanges.plist.template | |
parent | 656419216f15bfb1859ba850d2d9c9d143034e23 (diff) |
Working OSX installer workflow.
Using platypus for installer.
Working installer at 17.6MB compressed.
Diffstat (limited to 'pkg/osx/install/ProcessNetworkChanges.plist.template')
-rw-r--r-- | pkg/osx/install/ProcessNetworkChanges.plist.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/osx/install/ProcessNetworkChanges.plist.template b/pkg/osx/install/ProcessNetworkChanges.plist.template new file mode 100644 index 00000000..faea8dee --- /dev/null +++ b/pkg/osx/install/ProcessNetworkChanges.plist.template @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> + <dict> + <key>Label</key> + <string>net.tunnelblick.openvpn.process-network-changes</string> + <key>ProgramArguments</key> + <array> + <string>${DIR}/process-network-changes</string> + </array> + <key>WatchPaths</key> + <array> + <string>/Library/Preferences/SystemConfiguration</string> + </array> + </dict> +</plist> |