From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- .../Kexts/WhateverGreen.kext/Contents/Info.plist | 106 +++++++++++++++++++++ .../Contents/MacOS/WhateverGreen | Bin 0 -> 531792 bytes 2 files changed, 106 insertions(+) create mode 100755 EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen (limited to 'EFI/OC/Kexts/WhateverGreen.kext') diff --git a/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist b/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist new file mode 100755 index 0000000..1f68389 --- /dev/null +++ b/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist @@ -0,0 +1,106 @@ + + + + + BuildMachineOSBuild + 21G651 + CFBundleDevelopmentRegion + en + CFBundleExecutable + WhateverGreen + CFBundleIdentifier + as.vit9696.WhateverGreen + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + WhateverGreen + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.6.6 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.6.6 + 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 + + NVHDAEnabler + + CFBundleIdentifier + as.vit9696.WhateverGreen + IOClass + NVHDAEnabler + IOMatchCategory + IOFramebuffer + IOPCIClassMatch + 0x03000000&0xff000000 + IOPCIMatch + 0x000010de&0x0000ffff + IOProbeScore + 300000 + IOProviderClass + IOPCIDevice + + as.vit9696.WhateverGreen + + CFBundleIdentifier + as.vit9696.WhateverGreen + IOClass + WhateverGreen + IOMatchCategory + WhateverGreen + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.6 + NSHumanReadableCopyright + Copyright © 2018 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOPCIFamily + 1.0.0b1 + 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/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen new file mode 100755 index 0000000..cd32d08 Binary files /dev/null and b/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen differ -- cgit v1.3.1