1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.

105 lines
2.8 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>19E266</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>VoodooI2CELAN</string>
<key>CFBundleIdentifier</key>
<string>me.kishorprins.VoodooI2CELAN</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooI2CELAN</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>11E503a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>1141</string>
<key>DTXcodeBuild</key>
<string>11E503a</string>
<key>IOKitPersonalities</key>
<dict>
<key>Elan Trackpad</key>
<dict>
<key>CFBundleIdentifier</key>
<string>me.kishorprins.VoodooI2CELAN</string>
<key>IOClass</key>
<string>VoodooI2CELANTouchpadDriver</string>
<key>IOProbeScore</key>
<integer>200</integer>
<key>IOPropertyMatch</key>
<dict>
<key>name</key>
<string>ELAN0000</string>
</dict>
<key>IOProviderClass</key>
<string>VoodooI2CDeviceNub</string>
<key>QuietTimeAfterTyping</key>
<integer>500</integer>
<key>RM,deliverNotifications</key>
<true/>
</dict>
<key>VoodooI2CHIDDevice</key>
<dict>
<key>CFBundleIdentifier</key>
<string>me.kishorprins.VoodooI2CELAN</string>
<key>IOClass</key>
<string>VoodooI2CELANTouchpadDriver</string>
<key>IOProbeScore</key>
<integer>200</integer>
<key>IOPropertyMatch</key>
<dict>
<key>compatible</key>
<string>PNP0C50</string>
</dict>
<key>IOProviderClass</key>
<string>VoodooI2CDeviceNub</string>
<key>QuietTimeAfterTyping</key>
<integer>100</integer>
<key>RM,deliverNotifications</key>
<true/>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Kishor Prins. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.alexandred.VoodooI2C</key>
<string>2.0</string>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.4</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>2.0</string>
<key>com.apple.kpi.iokit</key>
<string>14</string>
<key>com.apple.kpi.libkern</key>
<string>14</string>
<key>com.apple.kpi.mach</key>
<string>13.0</string>
</dict>
</dict>
</plist>