Skip to content

Commit

Permalink
update kexts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jun 5, 2019
1 parent c962487 commit f19ecf0
Show file tree
Hide file tree
Showing 23 changed files with 108 additions and 125 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file added EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
115 changes: 0 additions & 115 deletions EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.
10 changes: 5 additions & 5 deletions EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/Info.plist
100755 → 100644
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>18F132</string>
<string>17G2208</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>10B61</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>18B71</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>10B61</string>
<key>IOKitPersonalities</key>
<dict>
<key>HDA Hardware Config Resource</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/Lilu.kext/Contents/Info.plist
100755 → 100644
Empty file.
Binary file modified EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
98 changes: 98 additions & 0 deletions EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17G2208</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>SMCBatteryManager</string>
<key>CFBundleIdentifier</key>
<string>ru.usrsse2.SMCBatteryManager</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SMCBatteryManager</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10B61</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18B71</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>10B61</string>
<key>IOKitPersonalities</key>
<dict>
<key>IOSMBusController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>ru.usrsse2.SMCBatteryManager</string>
<key>IOClass</key>
<string>SMCSMBusController</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
<key>SMCBatteryManager</key>
<dict>
<key>CFBundleIdentifier</key>
<string>ru.usrsse2.SMCBatteryManager</string>
<key>IOClass</key>
<string>SMCBatteryManager</string>
<key>IOMatchCategory</key>
<string>SMCBatteryManager</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 usrsse2. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.2.0</string>
<key>as.vit9696.VirtualSMC</key>
<string>1.0.0</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0.0d1</string>
<key>com.apple.iokit.IOSMBusFamily</key>
<string>1.0.0</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist
100755 → 100644
Empty file.
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist
100755 → 100644
Empty file.
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist
100755 → 100644
Empty file.
Binary file modified EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist
100755 → 100644
Empty file.
Binary file modified EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.
10 changes: 5 additions & 5 deletions EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/Info.plist
100755 → 100644
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>18F132</string>
<string>17G2208</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>10B61</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>18B71</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1020</string>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>10B61</string>
<key>IOKitPersonalities</key>
<dict>
<key>AppleIntelPanelA</key>
Expand Down
Binary file not shown.

0 comments on commit f19ecf0

Please sign in to comment.