summaryrefslogtreecommitdiff
path: root/pkg/osx
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
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')
-rwxr-xr-xpkg/osx/installer/Bitmask.pkgproj31
-rwxr-xr-xpkg/osx/installer/post-inst.sh5
-rw-r--r--pkg/osx/installer/se.leap.bitmask-helper.plist (renamed from pkg/osx/se.leap.bitmask-helper.plist)0
3 files changed, 19 insertions, 17 deletions
diff --git a/pkg/osx/installer/Bitmask.pkgproj b/pkg/osx/installer/Bitmask.pkgproj
index bf882850..f42ffc87 100755
--- a/pkg/osx/installer/Bitmask.pkgproj
+++ b/pkg/osx/installer/Bitmask.pkgproj
@@ -21,9 +21,9 @@
<key>GID</key>
<integer>80</integer>
<key>PATH</key>
- <string>/Users/user/leap/bitmask_client/dist/Bitmask.app</string>
+ <string>Bitmask.app</string>
<key>PATH_TYPE</key>
- <integer>0</integer>
+ <integer>3</integer>
<key>PERMISSIONS</key>
<integer>493</integer>
<key>TYPE</key>
@@ -489,16 +489,16 @@
<key>POSTINSTALL_PATH</key>
<dict>
<key>PATH</key>
- <string>../pkg/osx/post-inst.sh</string>
+ <string>../../bitmask-dev/pkg/osx/installer/post-inst.sh</string>
<key>PATH_TYPE</key>
<integer>3</integer>
</dict>
<key>PREINSTALL_PATH</key>
<dict>
<key>PATH</key>
- <string>/Users/user/leap/bitmask_client/pkg/osx/pre-inst.sh</string>
+ <string>../pkg/osx/installer/pre-inst.sh</string>
<key>PATH_TYPE</key>
- <integer>0</integer>
+ <integer>3</integer>
</dict>
<key>RESOURCES</key>
<array>
@@ -508,9 +508,9 @@
<key>GID</key>
<integer>0</integer>
<key>PATH</key>
- <string>../pkg/osx/se.leap.bitmask-helper.plist</string>
+ <string>se.leap.bitmask-helper.plist</string>
<key>PATH_TYPE</key>
- <integer>3</integer>
+ <integer>1</integer>
<key>PERMISSIONS</key>
<integer>420</integer>
<key>TYPE</key>
@@ -532,8 +532,10 @@
<false/>
<key>RELOCATABLE</key>
<true/>
+ <key>USE_HFS+_COMPRESSION</key>
+ <true/>
<key>VERSION</key>
- <string>0.9.0rc4</string>
+ <string>0.10a1</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>
@@ -548,8 +550,11 @@
dGxlPjwvdGl0bGU+CjxtZXRhIG5hbWU9IkdlbmVyYXRvciIgY29u
dGVudD0iQ29jb2EgSFRNTCBXcml0ZXIiPgo8bWV0YSBuYW1lPSJD
b2NvYVZlcnNpb24iIGNvbnRlbnQ9IjEyNjUuMjEiPgo8c3R5bGUg
- dHlwZT0idGV4dC9jc3MiPgo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5
- Pgo8L2JvZHk+CjwvaHRtbD4K
+ dHlwZT0idGV4dC9jc3MiPgpwLnAxIHttYXJnaW46IDAuMHB4IDAu
+ MHB4IDAuMHB4IDAuMHB4OyBmb250OiAxMi4wcHggSGVsdmV0aWNh
+ fQo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5Pgo8cCBjbGFzcz0icDEi
+ Pk1heSB0aGUgT1NYIGJ1bmRsZXMgYmUgd2l0aCB5b3U8L3A+Cjwv
+ Ym9keT4KPC9odG1sPgo=
</data>
</dict>
<key>PROJECT_SETTINGS</key>
@@ -557,9 +562,9 @@
<key>BUILD_PATH</key>
<dict>
<key>PATH</key>
- <string>/Users/user/Bitmask/build</string>
+ <string>../../../../../Bitmask/build</string>
<key>PATH_TYPE</key>
- <integer>0</integer>
+ <integer>1</integer>
</dict>
<key>CERTIFICATE</key>
<dict>
@@ -739,7 +744,7 @@
<key>NAME</key>
<string>Bitmask</string>
<key>REFERENCE_FOLDER_PATH</key>
- <string>/Users/user/leap/bitmask_client/dist</string>
+ <string>/Users/user/leap/bitmask-dev/dist</string>
</dict>
</dict>
<key>TYPE</key>
diff --git a/pkg/osx/installer/post-inst.sh b/pkg/osx/installer/post-inst.sh
index f88ea97a..0202323a 100755
--- a/pkg/osx/installer/post-inst.sh
+++ b/pkg/osx/installer/post-inst.sh
@@ -1,7 +1,4 @@
#!/bin/sh
# Bitmask Post-Instalation script
-
cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/
-launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist
-cp tuntap_20150118.pkg /tmp/
-open /tmp/tuntap_20150118.pkg
+launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist || echo "Already loaded, skipping..."
diff --git a/pkg/osx/se.leap.bitmask-helper.plist b/pkg/osx/installer/se.leap.bitmask-helper.plist
index 4428f131..4428f131 100644
--- a/pkg/osx/se.leap.bitmask-helper.plist
+++ b/pkg/osx/installer/se.leap.bitmask-helper.plist