Skip to content

Commit 43c08f4

Browse files
committed
fix(deps): Bump VoodooRMI to v1.4.0
1 parent 498c657 commit 43c08f4

File tree

9 files changed

+164
-45
lines changed

9 files changed

+164
-45
lines changed

EFI/OC/Kexts/VoodooRMI.kext/Contents/Info.plist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1323</string>
6+
<string>23F79</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3.4</string>
20+
<string>1.4.0</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.3.4</string>
26+
<string>1.4.0</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>12D4e</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>11.1</string>
34+
<string>14.0</string>
3535
<key>DTSDKBuild</key>
36-
<string>20C63</string>
36+
<string>23A334</string>
3737
<key>DTSDKName</key>
38-
<string>macosx11.1</string>
38+
<string>macosx14.0</string>
3939
<key>DTXcode</key>
40-
<string>1240</string>
40+
<string>1501</string>
4141
<key>DTXcodeBuild</key>
42-
<string>12D4e</string>
42+
<string>15A507</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>RMIDevice</key>
@@ -54,10 +54,10 @@
5454
<integer>250</integer>
5555
<key>FingerMajorMinorDiffMax</key>
5656
<integer>10</integer>
57-
<key>ForceTouchEmulation</key>
58-
<true/>
5957
<key>ForceTouchMinPressure</key>
6058
<integer>90</integer>
59+
<key>ForceTouchType</key>
60+
<integer>1</integer>
6161
<key>MinYDiffThumbDetection</key>
6262
<integer>200</integer>
6363
<key>PalmRejectionHeight</key>
@@ -89,19 +89,19 @@
8989
</dict>
9090
</dict>
9191
<key>LSMinimumSystemVersion</key>
92-
<string>10.11</string>
92+
<string>10.7</string>
9393
<key>NSHumanReadableCopyright</key>
9494
<string>Copyright © 2021 1Revenger1. All rights reserved.</string>
9595
<key>OSBundleCompatibleVersion</key>
9696
<string>1.0.0</string>
9797
<key>OSBundleLibraries</key>
9898
<dict>
9999
<key>com.apple.kpi.iokit</key>
100-
<string>15</string>
100+
<string>11</string>
101101
<key>com.apple.kpi.libkern</key>
102-
<string>15</string>
102+
<string>11</string>
103103
<key>com.apple.kpi.mach</key>
104-
<string>15</string>
104+
<string>11</string>
105105
</dict>
106106
<key>OSBundleRequired</key>
107107
<string>Console</string>
Binary file not shown.

EFI/OC/Kexts/VoodooRMI.kext/Contents/PlugIns/RMII2C.kext/Contents/Info.plist

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1323</string>
6+
<string>23F79</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>12D4e</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>11.1</string>
34+
<string>14.0</string>
3535
<key>DTSDKBuild</key>
36-
<string>20C63</string>
36+
<string>23A334</string>
3737
<key>DTSDKName</key>
38-
<string>macosx11.1</string>
38+
<string>macosx14.0</string>
3939
<key>DTXcode</key>
40-
<string>1240</string>
40+
<string>1501</string>
4141
<key>DTXcodeBuild</key>
42-
<string>12D4e</string>
42+
<string>15A507</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>RMII2C</key>
@@ -73,12 +73,14 @@
7373
<string>1.0</string>
7474
<key>com.alexandred.VoodooI2C</key>
7575
<string>2.5</string>
76+
<key>com.apple.iokit.IOACPIFamily</key>
77+
<string>1.0.0d1</string>
7678
<key>com.apple.kpi.iokit</key>
77-
<string>15</string>
79+
<string>11</string>
7880
<key>com.apple.kpi.libkern</key>
79-
<string>15</string>
81+
<string>11</string>
8082
<key>com.apple.kpi.mach</key>
81-
<string>15</string>
83+
<string>11</string>
8284
</dict>
8385
</dict>
8486
</plist>
Binary file not shown.

EFI/OC/Kexts/VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext/Contents/Info.plist

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1323</string>
6+
<string>23F79</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>12D4e</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>11.1</string>
34+
<string>14.0</string>
3535
<key>DTSDKBuild</key>
36-
<string>20C63</string>
36+
<string>23A334</string>
3737
<key>DTSDKName</key>
38-
<string>macosx11.1</string>
38+
<string>macosx14.0</string>
3939
<key>DTXcode</key>
40-
<string>1240</string>
40+
<string>1501</string>
4141
<key>DTXcodeBuild</key>
42-
<string>12D4e</string>
42+
<string>15A507</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>RMISMBus</key>
@@ -60,19 +60,21 @@
6060
</dict>
6161
</dict>
6262
<key>LSMinimumSystemVersion</key>
63-
<string>10.11</string>
63+
<string>10.7</string>
6464
<key>NSHumanReadableCopyright</key>
6565
<string>Copyright © 2021 1Revenger1. All rights reserved.</string>
6666
<key>OSBundleLibraries</key>
6767
<dict>
6868
<key>com.1Revenger1.VoodooRMI</key>
6969
<string>1.0</string>
70+
<key>com.apple.iokit.IOACPIFamily</key>
71+
<string>1.0.0d1</string>
7072
<key>com.apple.kpi.iokit</key>
71-
<string>15</string>
73+
<string>11</string>
7274
<key>com.apple.kpi.libkern</key>
73-
<string>15</string>
75+
<string>11</string>
7476
<key>com.apple.kpi.mach</key>
75-
<string>15</string>
77+
<string>11</string>
7678
<key>de.leo-labs.VoodooSMBus</key>
7779
<string>3.0</string>
7880
</dict>
Binary file not shown.

EFI/OC/Kexts/VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>21H1123</string>
6+
<string>23F79</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.4</string>
20+
<string>1.1.5</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.4</string>
26+
<string>1.1.5</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>13F100</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>12.3</string>
34+
<string>14.0</string>
3535
<key>DTSDKBuild</key>
36-
<string>21E226</string>
36+
<string>23A334</string>
3737
<key>DTSDKName</key>
38-
<string>macosx12.3</string>
38+
<string>macosx14.0</string>
3939
<key>DTXcode</key>
40-
<string>1341</string>
40+
<string>1501</string>
4141
<key>DTXcodeBuild</key>
42-
<string>13F100</string>
42+
<string>15A507</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>Voodoo Input</key>
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict/>
7+
<key>files2</key>
8+
<dict/>
9+
<key>rules</key>
10+
<dict>
11+
<key>^Resources/</key>
12+
<true/>
13+
<key>^Resources/.*\.lproj/</key>
14+
<dict>
15+
<key>optional</key>
16+
<true/>
17+
<key>weight</key>
18+
<real>1000</real>
19+
</dict>
20+
<key>^Resources/.*\.lproj/locversion.plist$</key>
21+
<dict>
22+
<key>omit</key>
23+
<true/>
24+
<key>weight</key>
25+
<real>1100</real>
26+
</dict>
27+
<key>^Resources/Base\.lproj/</key>
28+
<dict>
29+
<key>weight</key>
30+
<real>1010</real>
31+
</dict>
32+
<key>^version.plist$</key>
33+
<true/>
34+
</dict>
35+
<key>rules2</key>
36+
<dict>
37+
<key>.*\.dSYM($|/)</key>
38+
<dict>
39+
<key>weight</key>
40+
<real>11</real>
41+
</dict>
42+
<key>^(.*/)?\.DS_Store$</key>
43+
<dict>
44+
<key>omit</key>
45+
<true/>
46+
<key>weight</key>
47+
<real>2000</real>
48+
</dict>
49+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
50+
<dict>
51+
<key>nested</key>
52+
<true/>
53+
<key>weight</key>
54+
<real>10</real>
55+
</dict>
56+
<key>^.*</key>
57+
<true/>
58+
<key>^Info\.plist$</key>
59+
<dict>
60+
<key>omit</key>
61+
<true/>
62+
<key>weight</key>
63+
<real>20</real>
64+
</dict>
65+
<key>^PkgInfo$</key>
66+
<dict>
67+
<key>omit</key>
68+
<true/>
69+
<key>weight</key>
70+
<real>20</real>
71+
</dict>
72+
<key>^Resources/</key>
73+
<dict>
74+
<key>weight</key>
75+
<real>20</real>
76+
</dict>
77+
<key>^Resources/.*\.lproj/</key>
78+
<dict>
79+
<key>optional</key>
80+
<true/>
81+
<key>weight</key>
82+
<real>1000</real>
83+
</dict>
84+
<key>^Resources/.*\.lproj/locversion.plist$</key>
85+
<dict>
86+
<key>omit</key>
87+
<true/>
88+
<key>weight</key>
89+
<real>1100</real>
90+
</dict>
91+
<key>^Resources/Base\.lproj/</key>
92+
<dict>
93+
<key>weight</key>
94+
<real>1010</real>
95+
</dict>
96+
<key>^[^/]+$</key>
97+
<dict>
98+
<key>nested</key>
99+
<true/>
100+
<key>weight</key>
101+
<real>10</real>
102+
</dict>
103+
<key>^embedded\.provisionprofile$</key>
104+
<dict>
105+
<key>weight</key>
106+
<real>20</real>
107+
</dict>
108+
<key>^version\.plist$</key>
109+
<dict>
110+
<key>weight</key>
111+
<real>20</real>
112+
</dict>
113+
</dict>
114+
</dict>
115+
</plist>

0 commit comments

Comments
 (0)