Skip to content

Commit

Permalink
Inject property to AppleACPICPU
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Aug 6, 2017
1 parent 508c0aa commit ff6fec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions Extras/CPUFriendProvider.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,15 @@
<key>CPUFriendProvider</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.vanilla.driver.CPUFriendProvider</string>
<string>com.apple.driver.AppleACPIPlatform</string>
<key>IOClass</key>
<string>CPUFriendProvider</string>
<key>IOParentMatch</key>
<dict>
<key>IOPropertyMatch</key>
<dict>
<key>plugin-type</key>
<integer>1</integer>
</dict>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
<string>AppleACPICPU</string>
<key>IONameMatch</key>
<string>processor</string>
<key>IOProbeScore</key>
<integer>6000</integer>
<key>IOPropertyMatch</key>
<dict>
<key>IOCPUNumber</key>
<integer>0</integer>
</dict>
<integer>1100</integer>
<key>IOProviderClass</key>
<string>AppleACPICPU</string>
<key>IOResourceMatch</key>
<string>ACPI</string>
<string>IOACPIPlatformDevice</string>
<key>cf-frequency-data</key>
<data>
</data>
Expand Down
Binary file modified Extras/Examples.zip
Binary file not shown.

0 comments on commit ff6fec7

Please sign in to comment.