Files
gpd-pocket2-hackintosh/EFI/OC/Kexts/ACPIPoller.kext/Contents/Info.plist
2022-10-23 03:00:00 -05:00

80 lines
2.2 KiB
Plaintext

<?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>15C50</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>ACPIPoller</string>
<key>CFBundleGetInfoString</key>
<string>0.8.1, Copyright © 2012 RehabMan. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.ACPIPoller</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ACPIPoller</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.8.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>7C68</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0720</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<key>IOKitPersonalities</key>
<dict>
<key>ACPI Poller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.ACPIPoller</string>
<key>IOClass</key>
<string>org_rehabman_ACPIPoller</string>
<key>IONameMatch</key>
<string>FAN00000</string>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
<key>Methods</key>
<array>
<string>FCPU</string>
</array>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 RehabMan. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0d1</string>
<key>com.apple.kpi.iokit</key>
<string>9.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>9.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
<key>Source Code</key>
<string>https://github.com/RehabMan/OS-X-ACPI-Poller</string>
</dict>
</plist>