Skip to content

Commit 2db4f8d

Browse files
committed
added NVMeFix
1 parent aeb37d1 commit 2db4f8d

File tree

26 files changed

+327
-13
lines changed

26 files changed

+327
-13
lines changed

.DS_Store

0 Bytes
Binary file not shown.

EFI/.DS_Store

0 Bytes
Binary file not shown.

EFI/BOOT/BOOTX64.efi

576 Bytes
Binary file not shown.

EFI/CLOVER/.DS_Store

0 Bytes
Binary file not shown.

EFI/CLOVER/CLOVERX64.efi

576 Bytes
Binary file not shown.
7.22 KB
Binary file not shown.

EFI/CLOVER/kexts/.DS_Store

0 Bytes
Binary file not shown.

EFI/CLOVER/kexts/Other/.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
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>BuildMachineOSBuild</key>
6+
<string>19C57</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>NVMeFix</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.acidanthera.NVMeFix</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>NVMeFix</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>11C29</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>19B90</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.15</string>
37+
<key>DTXcode</key>
38+
<string>1130</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11C29</string>
41+
<key>IOKitPersonalities</key>
42+
<dict>
43+
<key>org.acidanthera.NVMeFix</key>
44+
<dict>
45+
<key>CFBundleIdentifier</key>
46+
<string>org.acidanthera.NVMeFix</string>
47+
<key>IOClass</key>
48+
<string>NVMeFix</string>
49+
<key>IOMatchCategory</key>
50+
<string>NVMeFix</string>
51+
<key>IOProviderClass</key>
52+
<string>IOResources</string>
53+
<key>IOResourceMatch</key>
54+
<string>IOKit</string>
55+
</dict>
56+
</dict>
57+
<key>LSMinimumSystemVersion</key>
58+
<string>10.14</string>
59+
<key>NSHumanReadableCopyright</key>
60+
<string>Copyright © 2019 acidanthera. All rights reserved.</string>
61+
<key>OSBundleLibraries</key>
62+
<dict>
63+
<key>as.vit9696.Lilu</key>
64+
<string>1.4.1</string>
65+
<key>com.apple.iokit.IOPCIFamily</key>
66+
<string>1.0.0b1</string>
67+
<key>com.apple.kpi.bsd</key>
68+
<string>12.0.0</string>
69+
<key>com.apple.kpi.dsep</key>
70+
<string>12.0.0</string>
71+
<key>com.apple.kpi.iokit</key>
72+
<string>12.0.0</string>
73+
<key>com.apple.kpi.libkern</key>
74+
<string>12.0.0</string>
75+
<key>com.apple.kpi.mach</key>
76+
<string>12.0.0</string>
77+
<key>com.apple.kpi.unsupported</key>
78+
<string>12.0.0</string>
79+
</dict>
80+
<key>OSBundleRequired</key>
81+
<string>Root</string>
82+
</dict>
83+
</plist>
Binary file not shown.
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>

EFI/CLOVER/kexts/Other/USBInjectAll.kext/Contents/Info.plist

100755100644
+119-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>USBInjectAll</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>0.7.1 Copyright © 2015 RehabMan. All rights reserved.</string>
12+
<string>0.7.4 Copyright © 2015 RehabMan. All rights reserved.</string>
1313
<key>CFBundleIdentifier</key>
1414
<string>com.rehabman.driver.USBInjectAll</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
@@ -19,15 +19,15 @@
1919
<key>CFBundlePackageType</key>
2020
<string>KEXT</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.7.1</string>
22+
<string>0.7.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleSupportedPlatforms</key>
2626
<array>
2727
<string>MacOSX</string>
2828
</array>
2929
<key>CFBundleVersion</key>
30-
<string>0.7.1</string>
30+
<string>0.7.4</string>
3131
<key>DTCompiler</key>
3232
<string>com.apple.compilers.llvm.clang.1_0</string>
3333
<key>DTPlatformBuild</key>
@@ -2614,6 +2614,35 @@
26142614
<key>model</key>
26152615
<string>MacBookAir8,1</string>
26162616
</dict>
2617+
<key>MacBookAir8,2-ABPC</key>
2618+
<dict>
2619+
<key>CFBundleIdentifier</key>
2620+
<string>com.rehabman.driver.USBInjectAll</string>
2621+
<key>IOClass</key>
2622+
<string>USBInjectAll</string>
2623+
<key>IOProviderClass</key>
2624+
<string>AppleBusPowerController</string>
2625+
<key>kName</key>
2626+
<string>AppleBusPowerController</string>
2627+
<key>model</key>
2628+
<string>MacBookAir8,2</string>
2629+
</dict>
2630+
<key>MacBookAir8,2-XHC</key>
2631+
<dict>
2632+
<key>CFBundleIdentifier</key>
2633+
<string>com.rehabman.driver.USBInjectAll</string>
2634+
<key>IOClass</key>
2635+
<string>USBInjectAll</string>
2636+
<key>IONameMatch</key>
2637+
<array>
2638+
<string>XHC</string>
2639+
<string>XHCI</string>
2640+
</array>
2641+
<key>IOProviderClass</key>
2642+
<string>AppleUSBXHCIPCI</string>
2643+
<key>model</key>
2644+
<string>MacBookAir8,2</string>
2645+
</dict>
26172646
<key>MacBookPro10,1-ABPC</key>
26182647
<dict>
26192648
<key>CFBundleIdentifier</key>
@@ -3557,6 +3586,64 @@
35573586
<key>model</key>
35583587
<string>MacBookPro15,2</string>
35593588
</dict>
3589+
<key>MacBookPro15,3-ABPC</key>
3590+
<dict>
3591+
<key>CFBundleIdentifier</key>
3592+
<string>com.rehabman.driver.USBInjectAll</string>
3593+
<key>IOClass</key>
3594+
<string>USBInjectAll</string>
3595+
<key>IOProviderClass</key>
3596+
<string>AppleBusPowerController</string>
3597+
<key>kName</key>
3598+
<string>AppleBusPowerController</string>
3599+
<key>model</key>
3600+
<string>MacBookPro15,3</string>
3601+
</dict>
3602+
<key>MacBookPro15,3-XHC</key>
3603+
<dict>
3604+
<key>CFBundleIdentifier</key>
3605+
<string>com.rehabman.driver.USBInjectAll</string>
3606+
<key>IOClass</key>
3607+
<string>USBInjectAll</string>
3608+
<key>IONameMatch</key>
3609+
<array>
3610+
<string>XHC</string>
3611+
<string>XHCI</string>
3612+
</array>
3613+
<key>IOProviderClass</key>
3614+
<string>AppleUSBXHCIPCI</string>
3615+
<key>model</key>
3616+
<string>MacBookPro15,3</string>
3617+
</dict>
3618+
<key>MacBookPro15,4-ABPC</key>
3619+
<dict>
3620+
<key>CFBundleIdentifier</key>
3621+
<string>com.rehabman.driver.USBInjectAll</string>
3622+
<key>IOClass</key>
3623+
<string>USBInjectAll</string>
3624+
<key>IOProviderClass</key>
3625+
<string>AppleBusPowerController</string>
3626+
<key>kName</key>
3627+
<string>AppleBusPowerController</string>
3628+
<key>model</key>
3629+
<string>MacBookPro15,4</string>
3630+
</dict>
3631+
<key>MacBookPro15,4-XHC</key>
3632+
<dict>
3633+
<key>CFBundleIdentifier</key>
3634+
<string>com.rehabman.driver.USBInjectAll</string>
3635+
<key>IOClass</key>
3636+
<string>USBInjectAll</string>
3637+
<key>IONameMatch</key>
3638+
<array>
3639+
<string>XHC</string>
3640+
<string>XHCI</string>
3641+
</array>
3642+
<key>IOProviderClass</key>
3643+
<string>AppleUSBXHCIPCI</string>
3644+
<key>model</key>
3645+
<string>MacBookPro15,4</string>
3646+
</dict>
35603647
<key>MacBookPro6,1-ABPC</key>
35613648
<dict>
35623649
<key>CFBundleIdentifier</key>
@@ -6259,6 +6346,35 @@
62596346
<key>model</key>
62606347
<string>iMac19,1</string>
62616348
</dict>
6349+
<key>iMac19,2-ABPC</key>
6350+
<dict>
6351+
<key>CFBundleIdentifier</key>
6352+
<string>com.rehabman.driver.USBInjectAll</string>
6353+
<key>IOClass</key>
6354+
<string>USBInjectAll</string>
6355+
<key>IOProviderClass</key>
6356+
<string>AppleBusPowerController</string>
6357+
<key>kName</key>
6358+
<string>AppleBusPowerController</string>
6359+
<key>model</key>
6360+
<string>iMac19,2</string>
6361+
</dict>
6362+
<key>iMac19,2-XHC</key>
6363+
<dict>
6364+
<key>CFBundleIdentifier</key>
6365+
<string>com.rehabman.driver.USBInjectAll</string>
6366+
<key>IOClass</key>
6367+
<string>USBInjectAll</string>
6368+
<key>IONameMatch</key>
6369+
<array>
6370+
<string>XHC</string>
6371+
<string>XHCI</string>
6372+
</array>
6373+
<key>IOProviderClass</key>
6374+
<string>AppleUSBXHCIPCI</string>
6375+
<key>model</key>
6376+
<string>iMac19,2</string>
6377+
</dict>
62626378
<key>iMac4,1-ABPC</key>
62636379
<dict>
62646380
<key>CFBundleIdentifier</key>
Binary file not shown.

EFI/CLOVER/kexts/Other/USBInjectAll.kext/Contents/_CodeSignature/CodeResources

100755100644
File mode changed.

EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>VoodooPS2Controller</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>2.1.0, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
10+
<string>2.0.4, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>as.acidanthera.voodoo.driver.PS2Controller</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.0</string>
20+
<string>2.0.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.1.0</string>
28+
<string>2.0.4</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
@@ -135,7 +135,7 @@
135135
</dict>
136136
</dict>
137137
<key>OSBundleCompatibleVersion</key>
138-
<string>2.1.0</string>
138+
<string>2.0.4</string>
139139
<key>OSBundleLibraries</key>
140140
<dict>
141141
<key>com.apple.iokit.IOACPIFamily</key>

0 commit comments

Comments
 (0)