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/BrightnessKeys.kext/Contents/Info.plist | 81 +++++++++++++++++++++ .../Contents/MacOS/BrightnessKeys | Bin 0 -> 37040 bytes 2 files changed, 81 insertions(+) create mode 100755 oc/Kexts/BrightnessKeys.kext/Contents/Info.plist create mode 100755 oc/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys (limited to 'oc/Kexts/BrightnessKeys.kext/Contents') diff --git a/oc/Kexts/BrightnessKeys.kext/Contents/Info.plist b/oc/Kexts/BrightnessKeys.kext/Contents/Info.plist new file mode 100755 index 0000000..8412ea0 --- /dev/null +++ b/oc/Kexts/BrightnessKeys.kext/Contents/Info.plist @@ -0,0 +1,81 @@ + + + + + BuildMachineOSBuild + 21G419 + CFBundleDevelopmentRegion + en + CFBundleExecutable + BrightnessKeys + CFBundleIdentifier + as.acidanthera.BrightnessKeys + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + BrightnessKeys + CFBundlePackageType + KEXT + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.0.3 + 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 + + BrightnessKeys + + CFBundleIdentifier + as.acidanthera.BrightnessKeys + IOClass + BrightnessKeys + IOMatchCategory + BrightnessKeys + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.11 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.iokit.IOHIDFamily + 1.0.0b1 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + com.apple.kpi.unsupported + 8.0.0 + + OSBundleRequired + Console + + diff --git a/oc/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys b/oc/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys new file mode 100755 index 0000000..e6a88a1 Binary files /dev/null and b/oc/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys differ -- cgit v1.2.3