68 changed files with 67 additions and 12 deletions
@ -0,0 +1,36 @@
|
||||
<?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>CFBundleDevelopmentRegion</key> |
||||
<string>English</string> |
||||
<key>CFBundleExecutable</key> |
||||
<string>tap</string> |
||||
<key>CFBundleIdentifier</key> |
||||
<string>com.zerotier.tap</string> |
||||
<key>CFBundleInfoDictionaryVersion</key> |
||||
<string>6.0</string> |
||||
<key>CFBundleName</key> |
||||
<string>tap</string> |
||||
<key>CFBundlePackageType</key> |
||||
<string>KEXT</string> |
||||
<key>CFBundleShortVersionString</key> |
||||
<string>20111101</string> |
||||
<key>CFBundleSignature</key> |
||||
<string>????</string> |
||||
<key>CFBundleVersion</key> |
||||
<string>1.0</string> |
||||
<key>OSBundleLibraries</key> |
||||
<dict> |
||||
<key>com.apple.kpi.mach</key> |
||||
<string>8.0</string> |
||||
<key>com.apple.kpi.bsd</key> |
||||
<string>8.0</string> |
||||
<key>com.apple.kpi.libkern</key> |
||||
<string>8.0</string> |
||||
<key>com.apple.kpi.unsupported</key> |
||||
<string>8.0</string> |
||||
</dict> |
||||
</dict> |
||||
</plist> |
||||
|
||||
Binary file not shown.
@ -0,0 +1,18 @@
|
||||
Building the tap for both x86_64 and i386 requires an older version of the |
||||
Xcode tools than what now ships for Mavericks (10.9). The newer version |
||||
does not support creating i386 kernel images. |
||||
|
||||
These can be obtained from: |
||||
|
||||
https://developer.apple.com/downloads |
||||
|
||||
It requires a bit of a dance to unpack the package and obtain an unpacked |
||||
tree, but once it's there you can change the line in tap/Makefile and |
||||
build for both architectures. |
||||
|
||||
This will go on until i386 is thoroughly legacy, at which point we'll |
||||
probably start just supporting x86_64. But that might be a while. We want |
||||
to support old Macs through their entire useful life. |
||||
|
||||
Since this build is irritating, a pre-built copy is packaged in ext/ and |
||||
is installed by 'make install'. So users shouldn't have to build this. |
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in new issue