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/WhateverGreen.kext/Contents/Info.plist | 106 +++++++++++++++++++++ .../Contents/MacOS/WhateverGreen | Bin 0 -> 531944 bytes 2 files changed, 106 insertions(+) create mode 100755 oc/Kexts/WhateverGreen.kext/Contents/Info.plist create mode 100755 oc/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen (limited to 'oc/Kexts/WhateverGreen.kext/Contents') diff --git a/oc/Kexts/WhateverGreen.kext/Contents/Info.plist b/oc/Kexts/WhateverGreen.kext/Contents/Info.plist new file mode 100755 index 0000000..69cad37 --- /dev/null +++ b/oc/Kexts/WhateverGreen.kext/Contents/Info.plist @@ -0,0 +1,106 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + WhateverGreen + CFBundleIdentifier + as.vit9696.WhateverGreen + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + WhateverGreen + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.7.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.7.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 14.2 + DTSDKBuild + 23C53 + DTSDKName + macosx14.2 + DTXcode + 1520 + DTXcodeBuild + 15C500b + 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/oc/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/oc/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen new file mode 100755 index 0000000..12027ed Binary files /dev/null and b/oc/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen differ -- cgit v1.2.3