forked from RehabMan/OS-X-FakeSMC-kozlek
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CPUSensors-Info.plist
executable file
·72 lines (72 loc) · 2 KB
/
CPUSensors-Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?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>Source Code</key>
<string>SOURCE_CODE_LINK</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>CPUSENSORS_BUNDLE</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>HWSENSORS_VERSION</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>HWSENSORS_REVISION</string>
<key>IOKitPersonalities</key>
<dict>
<key>Intel Thermal Monitor</key>
<dict>
<key>CFBundleIdentifier</key>
<string>CPUSENSORS_BUNDLE</string>
<key>IOClass</key>
<string>CPUSensors</string>
<key>IOMatchCategory</key>
<string>FakeSMCPlugin</string>
<key>IONameMatch</key>
<string>processor</string>
<key>IOPropertyMatch</key>
<dict>
<key>processor-index</key>
<integer>0</integer>
</dict>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
<key>IOResourceMatch</key>
<string>ACPI</string>
<key>Platform Profile</key>
<dict>
<key>Default</key>
<dict>
<key>PlatformString</key>
<string></string>
<key>Tjmax</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © HWSENSORS_LASTYEAR Natan Zalkin <[email protected]>. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>FAKESMCKEYSTORE_BUNDLE</key>
<string>FAKESMCKEYSTORE_COMPATIBLE</string>
<key>com.apple.kpi.iokit</key>
<string>10.6</string>
<key>com.apple.kpi.libkern</key>
<string>10.6</string>
<key>com.apple.kpi.mach</key>
<string>10.6</string>
<key>com.apple.kpi.unsupported</key>
<string>10.6</string>
</dict>
</dict>
</plist>