summaryrefslogtreecommitdiff
path: root/oc/Kexts/VoodooRMI.kext/Contents/Info.plist
blob: 44ffb92ff839905889c6c0bf0f64496f87a7fc06 (plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?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>24F74</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.4.3</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1.4.3</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>24F74</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>15.5</string>
	<key>DTSDKBuild</key>
	<string>24F74</string>
	<key>DTSDKName</key>
	<string>macosx15.5</string>
	<key>DTXcode</key>
	<string>1640</string>
	<key>DTXcodeBuild</key>
	<string>16F6</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>ForceTouchMinPressure</key>
				<integer>90</integer>
				<key>ForceTouchType</key>
				<integer>1</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.7</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>11</string>
		<key>com.apple.kpi.libkern</key>
		<string>11</string>
		<key>com.apple.kpi.mach</key>
		<string>11</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Console</string>
</dict>
</plist>