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/Lilu.kext/Contents/Info.plist | 100 +++++++++++++++++++++++++++++++++ oc/Kexts/Lilu.kext/Contents/MacOS/Lilu | Bin 0 -> 526984 bytes 2 files changed, 100 insertions(+) create mode 100755 oc/Kexts/Lilu.kext/Contents/Info.plist create mode 100755 oc/Kexts/Lilu.kext/Contents/MacOS/Lilu (limited to 'oc/Kexts/Lilu.kext/Contents') diff --git a/oc/Kexts/Lilu.kext/Contents/Info.plist b/oc/Kexts/Lilu.kext/Contents/Info.plist new file mode 100755 index 0000000..1c92048 --- /dev/null +++ b/oc/Kexts/Lilu.kext/Contents/Info.plist @@ -0,0 +1,100 @@ + + + + + BuildMachineOSBuild + 23H626 + CFBundleDevelopmentRegion + en + CFBundleExecutable + Lilu + CFBundleIdentifier + as.vit9696.Lilu + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Lilu + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.7.1 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.7.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + + DTPlatformName + macosx + DTPlatformVersion + 14.2 + DTSDKBuild + 23C53 + DTSDKName + macosx14.2 + DTXcode + 1520 + DTXcodeBuild + 15C500b + IOKitPersonalities + + as.vit9696.Lilu + + CFBundleIdentifier + as.vit9696.Lilu + IOClass + Lilu + IOMatchCategory + Lilu + IOProviderClass + IOResources + IOResourceMatch + IOBSD + + + LSMinimumSystemVersion + 10.6 + NSHumanReadableCopyright + Copyright © 2016-2020 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.2.0 + OSBundleLibraries + + com.apple.kernel.6.0 + 7.9.9 + 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 + + OSBundleLibraries_x86_64 + + 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/Lilu.kext/Contents/MacOS/Lilu b/oc/Kexts/Lilu.kext/Contents/MacOS/Lilu new file mode 100755 index 0000000..1833f16 Binary files /dev/null and b/oc/Kexts/Lilu.kext/Contents/MacOS/Lilu differ -- cgit v1.2.3