From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist | 85 +++++++++++++++++++++++ EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix | Bin 0 -> 51304 bytes 2 files changed, 85 insertions(+) create mode 100755 EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix (limited to 'EFI/OC/Kexts/NVMeFix.kext') diff --git a/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist new file mode 100755 index 0000000..50cc49f --- /dev/null +++ b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist @@ -0,0 +1,85 @@ + + + + + BuildMachineOSBuild + 21G651 + CFBundleDevelopmentRegion + en + CFBundleExecutable + NVMeFix + CFBundleIdentifier + org.acidanthera.NVMeFix + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + NVMeFix + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1.1 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 13F100 + DTPlatformName + macosx + DTPlatformVersion + 12.3 + DTSDKBuild + 21E226 + DTSDKName + macosx12.3 + DTXcode + 1341 + DTXcodeBuild + 13F100 + 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/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix b/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix new file mode 100755 index 0000000..ca42751 Binary files /dev/null and b/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix differ -- cgit v1.3.1