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/SMCSuperIO.kext/Contents/Info.plist | 93 +++++++++++++++++++++ .../SMCSuperIO.kext/Contents/MacOS/SMCSuperIO | Bin 0 -> 135824 bytes 2 files changed, 93 insertions(+) create mode 100755 EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO (limited to 'EFI/OC/Kexts/SMCSuperIO.kext') diff --git a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist new file mode 100755 index 0000000..e3a5783 --- /dev/null +++ b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist @@ -0,0 +1,93 @@ + + + + + BuildMachineOSBuild + 21G531 + CFBundleDevelopmentRegion + en + CFBundleExecutable + SMCSuperIO + CFBundleIdentifier + ru.joedm.SMCSuperIO + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SMCSuperIO + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.2 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.3.2 + 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 + + ru.joedm.SMCSuperIO + + CFBundleIdentifier + ru.joedm.SMCSuperIO + IOClass + SMCSuperIO + IOMatchCategory + SMCSuperIO + IOPCIClassMatch + 0x06010000&0xffff0000 + IOProviderClass + IOPCIDevice + IOResourceMatch + ACPI + + + LSMinimumSystemVersion + 10.6 + NSHumanReadableCopyright + Copyright © 2018 joedm. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + as.vit9696.VirtualSMC + 1.0.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + 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/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO new file mode 100755 index 0000000..75d7aa2 Binary files /dev/null and b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO differ -- cgit v1.3.1