From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- EFI/OC/Kexts/Lilu.kext/Contents/Info.plist | 100 +++++++++++++++++++++++++++++ EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu | Bin 0 -> 526576 bytes 2 files changed, 100 insertions(+) create mode 100755 EFI/OC/Kexts/Lilu.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu (limited to 'EFI/OC/Kexts/Lilu.kext/Contents') diff --git a/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist b/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist new file mode 100755 index 0000000..da2ed96 --- /dev/null +++ b/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist @@ -0,0 +1,100 @@ + + + + + BuildMachineOSBuild + 21G651 + CFBundleDevelopmentRegion + en + CFBundleExecutable + Lilu + CFBundleIdentifier + as.vit9696.Lilu + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Lilu + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.6.7 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.6.7 + 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 + + 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/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu b/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu new file mode 100755 index 0000000..e6e23fd Binary files /dev/null and b/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu differ -- cgit v1.3.1