diff --git a/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist b/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist index 071c7d7..83980e2 100755 --- a/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist +++ b/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 17D102 + 18E226 CFBundleDevelopmentRegion en CFBundleExecutable @@ -27,17 +27,17 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 10E1001 DTPlatformVersion GM DTSDKBuild - 17E189 + 18E219 DTSDKName - macosx10.13 + macosx10.14 DTXcode - 0941 + 1020 DTXcodeBuild - 9F2000 + 10E1001 IOKitPersonalities IOSMBusController diff --git a/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager b/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager index dc6b1cc..e6079a6 100755 Binary files a/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager and b/EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager differ diff --git a/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist b/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist new file mode 100644 index 0000000..443ea95 --- /dev/null +++ b/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist @@ -0,0 +1,83 @@ + + + + + BuildMachineOSBuild + 18E226 + CFBundleDevelopmentRegion + en + CFBundleExecutable + SMCLightSensor + CFBundleIdentifier + ru.usrsse2.SMCLightSensor + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SMCLightSensor + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 10E1001 + DTPlatformVersion + GM + DTSDKBuild + 18E219 + DTSDKName + macosx10.14 + DTXcode + 1020 + DTXcodeBuild + 10E1001 + IOKitPersonalities + + SMCLightSensor + + CFBundleIdentifier + ru.usrsse2.SMCLightSensor + IOClass + SMCLightSensor + IOMatchCategory + SMCLightSensor + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + NSHumanReadableCopyright + Copyright © 2018 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.0.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 + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + + + diff --git a/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor b/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor new file mode 100644 index 0000000..705ba63 Binary files /dev/null and b/EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor differ diff --git a/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist b/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist index 24ce69b..74cbcf2 100755 --- a/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist +++ b/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 17D102 + 18E226 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.6 + 1.1.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,21 +25,21 @@ MacOSX CFBundleVersion - 1.0.6 + 1.1.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 10E1001 DTPlatformVersion GM DTSDKBuild - 17E189 + 18E219 DTSDKName - macosx10.13 + macosx10.14 DTXcode - 0941 + 1020 DTXcodeBuild - 9F2000 + 10E1001 IOKitPersonalities as.vit9696.SMCProcessor diff --git a/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor index 12d7361..45c55ef 100755 Binary files a/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor and b/EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ diff --git a/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist b/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist index 26ef062..83ac17e 100755 --- a/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist +++ b/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 17D102 + 18E226 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.6 + 1.1.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,21 +25,21 @@ MacOSX CFBundleVersion - 1.0.6 + 1.1.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 10E1001 DTPlatformVersion GM DTSDKBuild - 17E189 + 18E219 DTSDKName - macosx10.13 + macosx10.14 DTXcode - 0941 + 1020 DTXcodeBuild - 9F2000 + 10E1001 IOKitPersonalities ru.joedm.SMCSuperIO diff --git a/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO index f872417..5e191bb 100755 Binary files a/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO and b/EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO differ diff --git a/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist b/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist index 6126f40..749058d 100755 --- a/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist +++ b/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 17D102 + 18E226 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.6 + 1.1.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,21 +25,21 @@ MacOSX CFBundleVersion - 1.0.6 + 1.1.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9F2000 + 10E1001 DTPlatformVersion GM DTSDKBuild - 17E189 + 18E219 DTSDKName - macosx10.13 + macosx10.14 DTXcode - 0941 + 1020 DTXcodeBuild - 9F2000 + 10E1001 IOKitPersonalities as.vit9696.VirtualSMC diff --git a/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC index 2295abb..d38c2fb 100755 Binary files a/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC and b/EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ diff --git a/EFI/CLOVER/tools/libaistat.dylib b/EFI/CLOVER/tools/libaistat.dylib new file mode 100644 index 0000000..a52bbea Binary files /dev/null and b/EFI/CLOVER/tools/libaistat.dylib differ diff --git a/EFI/CLOVER/tools/rtcread b/EFI/CLOVER/tools/rtcread new file mode 100644 index 0000000..7518020 Binary files /dev/null and b/EFI/CLOVER/tools/rtcread differ diff --git a/EFI/CLOVER/tools/smc b/EFI/CLOVER/tools/smc new file mode 100644 index 0000000..1d68f90 Binary files /dev/null and b/EFI/CLOVER/tools/smc differ diff --git a/EFI/CLOVER/tools/smcread b/EFI/CLOVER/tools/smcread new file mode 100644 index 0000000..c95ce7b Binary files /dev/null and b/EFI/CLOVER/tools/smcread differ diff --git a/README.md b/README.md index 4deaade..b66a277 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Required Kexts to be able to run macOS on your GPD Pocket 2 are included in this - [Lilu](https://github.com/acidanthera/Lilu) v1.4.5 - [WhateverGreen](https://github.com/acidanthera/WhateverGreen) v1.4.0 - [AppleALC](https://github.com/acidanthera/AppleALC) v1.5.0 -- [VirtualSMC](https://github.com/acidanthera/VirtualSMC) v1.0.6 - - SMCProcessor v1.0.6 - - SMCBatteryManager v1.0 - - SMCSuperIO v1.0.6 +- [VirtualSMC](https://github.com/acidanthera/VirtualSMC) v1.1.4 + - SMCProcessor v1.1.4 + - SMCBatteryManager v1.1.4 + - SMCSuperIO v1.1.4 - [USBInjectAll](https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads) v0.7.1 - [VoodooHDA](https://sourceforge.net/projects/voodoohda/) v2.9.2 - [VoodooI2C](https://github.com/alexandred/VoodooI2C) v2.3