From 148619f0ba836ff894185663633556dd04700a60 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 28 Oct 2013 09:33:32 -0400 Subject: Make tap build on OSX 10.9, though not in a way that is easy for users. Instead package binaries. --- ext/bin/tap-mac/tap.kext/Contents/Info.plist | 36 +++++++++++++++++++++++++++ ext/bin/tap-mac/tap.kext/Contents/MacOS/tap | Bin 0 -> 81288 bytes 2 files changed, 36 insertions(+) create mode 100644 ext/bin/tap-mac/tap.kext/Contents/Info.plist create mode 100755 ext/bin/tap-mac/tap.kext/Contents/MacOS/tap (limited to 'ext') diff --git a/ext/bin/tap-mac/tap.kext/Contents/Info.plist b/ext/bin/tap-mac/tap.kext/Contents/Info.plist new file mode 100644 index 00000000..3cc41b07 --- /dev/null +++ b/ext/bin/tap-mac/tap.kext/Contents/Info.plist @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + tap + CFBundleIdentifier + com.zerotier.tap + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + tap + CFBundlePackageType + KEXT + CFBundleShortVersionString + 20111101 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + OSBundleLibraries + + com.apple.kpi.mach + 8.0 + com.apple.kpi.bsd + 8.0 + com.apple.kpi.libkern + 8.0 + com.apple.kpi.unsupported + 8.0 + + + + diff --git a/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap b/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap new file mode 100755 index 00000000..d464702f Binary files /dev/null and b/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap differ -- cgit v1.2.3