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/HibernationFixup.kext/Contents/Info.plist | 87 +++++++++++++++++++++ .../Contents/MacOS/HibernationFixup | Bin 0 -> 58112 bytes 2 files changed, 87 insertions(+) create mode 100755 oc/Kexts/HibernationFixup.kext/Contents/Info.plist create mode 100755 oc/Kexts/HibernationFixup.kext/Contents/MacOS/HibernationFixup (limited to 'oc/Kexts/HibernationFixup.kext/Contents') diff --git a/oc/Kexts/HibernationFixup.kext/Contents/Info.plist b/oc/Kexts/HibernationFixup.kext/Contents/Info.plist new file mode 100755 index 0000000..2a0776a --- /dev/null +++ b/oc/Kexts/HibernationFixup.kext/Contents/Info.plist @@ -0,0 +1,87 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + HibernationFixup + CFBundleIdentifier + as.lvs1974.HibernationFixup + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + HibernationFixup + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.5.4 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.5.4 + 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.lvs1974.HibernationFixup + + CFBundleIdentifier + as.lvs1974.HibernationFixup + IOClass + HibernationFixup + IOMatchCategory + HibernationFixup + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.8 + NSHumanReadableCopyright + Copyright © 2017 lvs1974. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.4 + 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 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/HibernationFixup.kext/Contents/MacOS/HibernationFixup b/oc/Kexts/HibernationFixup.kext/Contents/MacOS/HibernationFixup new file mode 100755 index 0000000..89dfe0e Binary files /dev/null and b/oc/Kexts/HibernationFixup.kext/Contents/MacOS/HibernationFixup differ -- cgit v1.2.3