diff --git a/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..adfc88cac71f9b9e15afb92899d7dbbcc586f437 --- /dev/null +++ b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist @@ -0,0 +1,85 @@ + + + + + BuildMachineOSBuild + 20G624 + CFBundleDevelopmentRegion + en + CFBundleExecutable + NVMeFix + CFBundleIdentifier + org.acidanthera.NVMeFix + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + NVMeFix + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 13C100 + DTPlatformName + macosx + DTPlatformVersion + 12.1 + DTSDKBuild + 21C46 + DTSDKName + macosx12.1 + DTXcode + 1321 + DTXcodeBuild + 13C100 + 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 0000000000000000000000000000000000000000..97fc812bf7c060dfef45609a9de912e16c289107 Binary files /dev/null and b/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix differ diff --git a/README.md b/README.md index 101cb1516a63ed6303d3d02382b0b2f6eb3ace6e..44b69bc4c5b920879c6e5550446493c00155878a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ If it's the first time your nuc10 install with macOS, you must unlock CFG before - [WhateverGreen.kext 1.6.1](https://github.com/acidanthera/WhateverGreen) - [AppleALC.kext 1.7.5](https://github.com/acidanthera/AppleALC) - [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi) +- [NVMeFix.kext 1.1.0](https://github.com/acidanthera/NVMeFix) - [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm) - [BlueToolFixup.kext 2.6.4](https://github.com/acidanthera/BrcmPatchRAM) - [IntelBTPatcher.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) diff --git a/README.zh_CN.md b/README.zh_CN.md index 7769d95401dfa0ba4db619eee39076a14c83577d..ee0040dcf9ad0aac75392863fefbc434659245f1 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -87,6 +87,7 @@ BIOS version **FNCML357.0058(CFG Unlocked under 0055)** - [WhateverGreen.kext 1.6.1](https://github.com/acidanthera/WhateverGreen) - [AppleALC.kext 1.7.5](https://github.com/acidanthera/AppleALC) - [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi) +- [NVMeFix.kext 1.1.0](https://github.com/acidanthera/NVMeFix) - [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm) - [BlueToolFixup.kext 2.6.4](https://github.com/acidanthera/BrcmPatchRAM) - [IntelBTPatcher.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)