From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist | 63 +++++++++++++++++++++ .../USBToolBox.kext/Contents/MacOS/USBToolBox | Bin 0 -> 35016 bytes 2 files changed, 63 insertions(+) create mode 100755 EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox (limited to 'EFI/OC/Kexts/USBToolBox.kext') 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 @@ + + + + + BuildMachineOSBuild + 20G527 + CFBundleDevelopmentRegion + en + CFBundleExecutable + USBToolBox + CFBundleIdentifier + com.dhinakg.USBToolBox.kext + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + USBToolBox + CFBundlePackageType + KEXT + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12E507 + DTPlatformName + macosx + DTPlatformVersion + 11.3 + DTSDKBuild + 20E214 + DTSDKName + macosx11.3 + DTXcode + 1251 + DTXcodeBuild + 12E507 + IOKitPersonalities + + LSMinimumSystemVersion + 10.11 + NSHumanReadableCopyright + Copyright © 2020-2021 Dhinak G. All rights reserved. + OSBundleCompatibleVersion + 1.0.0 + OSBundleLibraries + + com.apple.driver.AppleUSBHostMergeProperties + 1.0 + com.apple.iokit.IOPCIFamily + 2.9 + com.apple.kpi.iokit + 15.0.0 + com.apple.kpi.libkern + 15.0.0 + + OSBundleRequired + Root + + 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 Binary files /dev/null and b/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox differ -- cgit v1.3.1