diff --git a/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/Info.plist b/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/Info.plist index 2b5961216..0faa65d9b 100644 --- a/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/Info.plist +++ b/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 17G7024 + 18G9323 CFBundleDevelopmentRegion English CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 3.5.2 + 3.5.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,21 +25,21 @@ MacOSX CFBundleVersion - 3.5.2 + 3.5.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 10B61 + 11B53 DTPlatformVersion GM DTSDKBuild - 15E60 + 17C76 DTSDKName - macosx10.11 + macosx10.13 DTXcode - 1010 + 1120 DTXcodeBuild - 10B61 + 11B53 IOKitPersonalities SMC Device Emulator @@ -218,6 +218,13 @@ ATAPAAAD + RGEN + + ui8 + + Ag== + + RMde char @@ -230,6 +237,13 @@ ch8* m82 + RVBF + + {rev + + ATAPAAAD + + debug @@ -246,6 +260,8 @@ ACPI + LSMinimumSystemVersion + 10.13 OSBundleCompatibleVersion 3.3.0 OSBundleLibraries diff --git a/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC b/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC old mode 100644 new mode 100755 index 0b6d4a82a..952311d74 Binary files a/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC and b/CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC differ diff --git a/rEFIt_UEFI/include/SmcHelper.h b/rEFIt_UEFI/include/SmcHelper.h new file mode 100644 index 000000000..7d4cd3b53 --- /dev/null +++ b/rEFIt_UEFI/include/SmcHelper.h @@ -0,0 +1,20 @@ +//#ifndef SMC_HELPER_H +//#define SMC_HELPER_H + + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + + +EFI_STATUS SMCHelperInstall(EFI_HANDLE* Handle); + +//#endif