aboutsummaryrefslogtreecommitdiff
path: root/EFI/OC/Kexts/USBToolBox.kext/Contents
diff options
context:
space:
mode:
authorschererleander <leander@leander-scherer.de>2023-12-02 09:33:37 +0100
committerschererleander <leander@leander-scherer.de>2023-12-02 09:33:37 +0100
commitf882c1f4b89fc6c9d8a90d299a99a62c76c82e29 (patch)
tree3434ec85efd5aff874e5b720e1e5a1c600349f53 /EFI/OC/Kexts/USBToolBox.kext/Contents
parent3edef3dbb7a8b5499e4656d2216bc7fb90e84a5b (diff)
upload config
Diffstat (limited to 'EFI/OC/Kexts/USBToolBox.kext/Contents')
-rwxr-xr-xEFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist63
-rwxr-xr-xEFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBoxbin0 -> 35016 bytes
2 files changed, 63 insertions, 0 deletions
diff --git a/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist b/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
new file mode 100755
index 0000000..83572d5
--- /dev/null
+++ b/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
@@ -0,0 +1,63 @@
+<?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>BuildMachineOSBuild</key>
+ <string>20G527</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>USBToolBox</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.dhinakg.USBToolBox.kext</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>USBToolBox</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.1.1</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>12E507</string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>11.3</string>
+ <key>DTSDKBuild</key>
+ <string>20E214</string>
+ <key>DTSDKName</key>
+ <string>macosx11.3</string>
+ <key>DTXcode</key>
+ <string>1251</string>
+ <key>DTXcodeBuild</key>
+ <string>12E507</string>
+ <key>IOKitPersonalities</key>
+ <dict/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.11</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2020-2021 Dhinak G. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0.0</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.driver.AppleUSBHostMergeProperties</key>
+ <string>1.0</string>
+ <key>com.apple.iokit.IOPCIFamily</key>
+ <string>2.9</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>15.0.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>15.0.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
+</dict>
+</plist>
diff --git a/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox b/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
new file mode 100755
index 0000000..c4547fb
--- /dev/null
+++ b/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
Binary files differ