diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-05-11 13:24:55 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-05-11 13:24:55 -0700 |
commit | 25c3d3a45218ff0cfcb8da5e9200e9518dd03a5b (patch) | |
tree | 780f2584cb50be5ecbd7f3c97c39f31caba61f6e | |
parent | 548730660be094ddbbd5d7c918e6c5d16b6233b8 (diff) | |
download | infinitytier-25c3d3a45218ff0cfcb8da5e9200e9518dd03a5b.tar.gz infinitytier-25c3d3a45218ff0cfcb8da5e9200e9518dd03a5b.zip |
cleanup
-rw-r--r-- | ext/bin/tap-mac/tap.kext.old/Contents/Info.plist | 36 | ||||
-rwxr-xr-x | ext/bin/tap-mac/tap.kext.old/Contents/MacOS/tap | bin | 81240 -> 0 bytes | |||
-rw-r--r-- | ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeDirectory | bin | 145 -> 0 bytes | |||
-rw-r--r-- | ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeRequirements | bin | 176 -> 0 bytes | |||
-rw-r--r-- | ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeResources | 105 | ||||
-rw-r--r-- | ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeSignature | bin | 8578 -> 0 bytes |
6 files changed, 0 insertions, 141 deletions
diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/Info.plist b/ext/bin/tap-mac/tap.kext.old/Contents/Info.plist deleted file mode 100644 index 45c2839a..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/Info.plist +++ /dev/null @@ -1,36 +0,0 @@ -<?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>20131028</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> - diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/MacOS/tap b/ext/bin/tap-mac/tap.kext.old/Contents/MacOS/tap Binary files differdeleted file mode 100755 index 6a9021a7..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/MacOS/tap +++ /dev/null diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeDirectory b/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeDirectory Binary files differdeleted file mode 100644 index 58c421c2..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeDirectory +++ /dev/null diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeRequirements b/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeRequirements Binary files differdeleted file mode 100644 index 1df93129..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeRequirements +++ /dev/null diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeResources b/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeResources deleted file mode 100644 index 0710b400..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,105 +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>files</key> - <dict/> - <key>files2</key> - <dict/> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeSignature b/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeSignature Binary files differdeleted file mode 100644 index 64429727..00000000 --- a/ext/bin/tap-mac/tap.kext.old/Contents/_CodeSignature/CodeSignature +++ /dev/null |