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/NVMeFix.kext/Contents/Info.plist | 85 +++++++++++++++++++++++++++ oc/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix | Bin 0 -> 51312 bytes 2 files changed, 85 insertions(+) create mode 100755 oc/Kexts/NVMeFix.kext/Contents/Info.plist create mode 100755 oc/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix (limited to 'oc/Kexts/NVMeFix.kext/Contents') diff --git a/oc/Kexts/NVMeFix.kext/Contents/Info.plist b/oc/Kexts/NVMeFix.kext/Contents/Info.plist new file mode 100755 index 0000000..f65462e --- /dev/null +++ b/oc/Kexts/NVMeFix.kext/Contents/Info.plist @@ -0,0 +1,85 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + NVMeFix + CFBundleIdentifier + org.acidanthera.NVMeFix + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + NVMeFix + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1.3 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.3 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 14.2 + DTSDKBuild + 23C53 + DTSDKName + macosx14.2 + DTXcode + 1520 + DTXcodeBuild + 15C500b + IOKitPersonalities + + org.acidanthera.NVMeFix + + CFBundleIdentifier + org.acidanthera.NVMeFix + IOClass + NVMeFix + IOMatchCategory + NVMeFix + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.14 + NSHumanReadableCopyright + Copyright © 2019 acidanthera. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.4.1 + 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/NVMeFix.kext/Contents/MacOS/NVMeFix b/oc/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix new file mode 100755 index 0000000..6ba95da Binary files /dev/null and b/oc/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix differ -- cgit v1.2.3