OpenCore-T460/EFI/OC/Kexts/VoodooRMI.kext/Contents/Info.plist
2023-01-17 05:33:44 +01:00

110 lines
3 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>19H1323</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>VoodooRMI</string>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.VoodooRMI</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooRMI</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.4</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
<key>IOKitPersonalities</key>
<dict>
<key>RMIDevice</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.1Revenger1.VoodooRMI</string>
<key>Configuration</key>
<dict>
<key>DisableWhileTrackpointTimeout </key>
<integer>250</integer>
<key>DisableWhileTypingTimeout</key>
<integer>250</integer>
<key>FingerMajorMinorDiffMax</key>
<integer>10</integer>
<key>ForceTouchEmulation</key>
<true/>
<key>ForceTouchMinPressure</key>
<integer>90</integer>
<key>MinYDiffThumbDetection</key>
<integer>200</integer>
<key>PalmRejectionHeight</key>
<integer>60</integer>
<key>PalmRejectionTrackpointHeight</key>
<integer>20</integer>
<key>PalmRejectionWidth</key>
<integer>10</integer>
<key>TrackpointDeadzone</key>
<integer>1</integer>
<key>TrackpointMultiplier</key>
<integer>10</integer>
<key>TrackpointScrollMultiplierX</key>
<integer>30</integer>
<key>TrackpointScrollMultiplierY</key>
<integer>30</integer>
</dict>
<key>IOClass</key>
<string>RMIBus</string>
<key>IOProbeScore</key>
<integer>2910</integer>
<key>IOPropertyMatch</key>
<dict>
<key>RMI4 Supported</key>
<true/>
</dict>
<key>IOProviderClass</key>
<string>RMITransport</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 1Revenger1. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.iokit</key>
<string>15</string>
<key>com.apple.kpi.libkern</key>
<string>15</string>
<key>com.apple.kpi.mach</key>
<string>15</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
</dict>
</plist>