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/CPUFriend.kext/Contents/Info.plist | 107 +++++++++++++++++++++++ oc/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend | Bin 0 -> 41080 bytes 2 files changed, 107 insertions(+) create mode 100755 oc/Kexts/CPUFriend.kext/Contents/Info.plist create mode 100755 oc/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend (limited to 'oc/Kexts/CPUFriend.kext') diff --git a/oc/Kexts/CPUFriend.kext/Contents/Info.plist b/oc/Kexts/CPUFriend.kext/Contents/Info.plist new file mode 100755 index 0000000..653712f --- /dev/null +++ b/oc/Kexts/CPUFriend.kext/Contents/Info.plist @@ -0,0 +1,107 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + CPUFriend + CFBundleIdentifier + org.acidanthera.driver.CPUFriend + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + CPUFriend + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.3.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 14.2 + DTSDKBuild + 23C53 + DTSDKName + macosx14.2 + DTXcode + 1520 + DTXcodeBuild + 15C500b + IOKitPersonalities + + CPUFriend + + CFBundleIdentifier + org.acidanthera.driver.CPUFriend + IOClass + CPUFriend + IOMatchCategory + CPUFriend + IOProviderClass + IOResources + IOResourceMatch + IOKit + + CPUFriendPlatform + + CFBundleIdentifier + org.acidanthera.driver.CPUFriend + IOClass + CPUFriendData + IOProbeScore + 6000 + IOPropertyMatch + + IOCPUNumber + 0 + + IOProviderClass + AppleACPICPU + IOResourceMatch + ACPI + + + LSMinimumSystemVersion + 10.8 + NSHumanReadableCopyright + Copyright © 2017-2022 PMheart. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kpi.bsd + 10.0.0 + com.apple.kpi.dsep + 10.0.0 + com.apple.kpi.iokit + 10.0.0 + com.apple.kpi.libkern + 10.0.0 + com.apple.kpi.mach + 10.0.0 + com.apple.kpi.unsupported + 10.0.0 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend b/oc/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend new file mode 100755 index 0000000..a9e64b3 Binary files /dev/null and b/oc/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend differ -- cgit v1.2.3