Skip to content

Commit

Permalink
2017.08.25 r4187
Browse files Browse the repository at this point in the history
Clover 4187
Updated Scripts for 10.13
Update AppleALC and Lilu to latest
Updated BatteryManager kext options
Updated VoodooPS2Controller to force passthru
  • Loading branch information
tluck committed Aug 25, 2017
1 parent 4ad1fbf commit e3900b3
Show file tree
Hide file tree
Showing 25 changed files with 629 additions and 2,077 deletions.
Binary file modified EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/CLOVERX64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/AppleImageCodec-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/AppleUITheme-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/FSInject-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/FirmwareVolume-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/OsxAptioFixDrv-64.efi.NotUsed
Binary file not shown.
Binary file added EFI/CLOVER/drivers64UEFI/apfs.efi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
<key>StartupDelay</key>
<integer>0</integer>
<key>UseDesignVoltageForCurrentCapacity</key>
<true/>
<false/>
<key>UseDesignVoltageForDesignCapacity</key>
<true/>
<false/>
<key>UseDesignVoltageForMaxCapacity</key>
<true/>
<false/>
<key>UseExtendedBatteryInformationMethod</key>
<true/>
<false/>
<key>UseExtraBatteryInformationMethod</key>
<true/>
<false/>
</dict>
<key>IOClass</key>
<string>rehab_ACPIBatteryManager</string>
Expand Down
14 changes: 7 additions & 7 deletions EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17A306f</string>
<string>17A344b</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<string>1.1.4-tluck</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8E3004b</string>
<string>9M189t</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16E185</string>
<string>17A315g</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0833</string>
<string>0900</string>
<key>DTXcodeBuild</key>
<string>8E3004b</string>
<string>9M189t</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.AppleALC</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Loading

0 comments on commit e3900b3

Please sign in to comment.