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/SMCProcessor.kext/Contents/Info.plist | 98 +++++++++++++++++++++ .../SMCProcessor.kext/Contents/MacOS/SMCProcessor | Bin 0 -> 45072 bytes 2 files changed, 98 insertions(+) create mode 100755 oc/Kexts/SMCProcessor.kext/Contents/Info.plist create mode 100755 oc/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor (limited to 'oc/Kexts/SMCProcessor.kext/Contents') diff --git a/oc/Kexts/SMCProcessor.kext/Contents/Info.plist b/oc/Kexts/SMCProcessor.kext/Contents/Info.plist new file mode 100755 index 0000000..91e1950 --- /dev/null +++ b/oc/Kexts/SMCProcessor.kext/Contents/Info.plist @@ -0,0 +1,98 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + SMCProcessor + CFBundleIdentifier + as.vit9696.SMCProcessor + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SMCProcessor + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.7 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.3.7 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 14.2 + DTSDKBuild + 23C53 + DTSDKName + macosx14.2 + DTXcode + 1520 + DTXcodeBuild + 15C500b + IOKitPersonalities + + as.vit9696.SMCProcessor + + CFBundleIdentifier + as.vit9696.SMCProcessor + IOClass + SMCProcessor + IOMatchCategory + SMCProcessor + IONameMatch + processor + IOPropertyMatch + + processor-index + 0 + + IOProviderClass + IOACPIPlatformDevice + IOResourceMatch + ACPI + + + LSMinimumSystemVersion + 10.7 + NSHumanReadableCopyright + Copyright © 2018 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + as.vit9696.VirtualSMC + 1.0.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kpi.bsd + 11.0.0 + com.apple.kpi.dsep + 11.0.0 + com.apple.kpi.iokit + 11.0.0 + com.apple.kpi.libkern + 11.0.0 + com.apple.kpi.mach + 11.0.0 + com.apple.kpi.unsupported + 11.0.0 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/oc/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor new file mode 100755 index 0000000..49df11a Binary files /dev/null and b/oc/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ -- cgit v1.2.3