From 0797deb6747ee9c5d385bc0119ae70a23f585b22 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 11 Jan 2026 02:21:42 +0700 Subject: Add Boot OC --- oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist | 83 +++++++++++++++++++++ .../Contents/MacOS/IntelBTPatcher | Bin 0 -> 57864 bytes 2 files changed, 83 insertions(+) create mode 100755 oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist create mode 100755 oc/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher (limited to 'oc/Kexts/IntelBTPatcher.kext/Contents') diff --git a/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist b/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist new file mode 100755 index 0000000..57af198 --- /dev/null +++ b/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist @@ -0,0 +1,83 @@ + + + + + BuildMachineOSBuild + 19H2026 + CFBundleDevelopmentRegion + en + CFBundleExecutable + IntelBTPatcher + CFBundleIdentifier + com.zxystd.IntelBTPatcher + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + IntelBTPatcher + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.4.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 2.4.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12D4e + DTPlatformName + macosx + DTPlatformVersion + 11.1 + DTSDKBuild + 20C63 + DTSDKName + macosx11.1 + DTXcode + 1240 + DTXcodeBuild + 12D4e + IOKitPersonalities + + IntelBTPatcher + + CFBundleIdentifier + com.zxystd.IntelBTPatcher + IOClass + IntelBTPatcher + IOMatchCategory + IntelBTPatcher + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.12 + NSHumanReadableCopyright + Copyright © 2022 zxystd. All rights reserved. + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOUSBHostFamily + 1.2 + com.apple.kpi.bsd + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + + + diff --git a/oc/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher b/oc/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher new file mode 100755 index 0000000..7b725ba Binary files /dev/null and b/oc/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher differ -- cgit v1.2.3