Skip to content

Commit 6f3fb2e

Browse files
committed
Update 10.15.4
1 parent 4790a14 commit 6f3fb2e

File tree

17 files changed

+656
-305
lines changed

17 files changed

+656
-305
lines changed

EFI/CLOVER/config.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<key>BoardManufacturer</key>
277277
<string>Apple Inc.</string>
278278
<key>BoardSerialNumber</key>
279-
<string>C02938306J9LNV9FB</string>
279+
<string>C029446094NLNV9FB</string>
280280
<key>BoardType</key>
281281
<integer>10</integer>
282282
<key>BoardVersion</key>
@@ -306,9 +306,9 @@
306306
<key>ProductName</key>
307307
<string>iMac19,1</string>
308308
<key>SerialNumber</key>
309-
<string>C02ZF0CVJV3Q</string>
309+
<string>C02ZMTYXJV3Q</string>
310310
<key>SmUUID</key>
311-
<string>098F692A-8B94-4791-8F58-12FC035E14FE</string>
311+
<string>70E0FFD0-76FF-471A-8547-7D8AE4BBDF8F</string>
312312
<key>Trust</key>
313313
<true/>
314314
<key>Version</key>

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19A512f</string>
6+
<string>18G3020</string>
77
<key>CFBundleIdentifier</key>
8-
<string>org.rehabman.injector.BrcmBluetoothInjector</string>
8+
<string>as.acidanthera.injector.BrcmBluetoothInjector</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>
1212
<string>BrcmBluetoothInjector</string>
1313
<key>CFBundlePackageType</key>
1414
<string>KEXT</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.2.12</string>
16+
<string>2.5.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
2020
<array>
2121
<string>MacOSX</string>
2222
</array>
2323
<key>CFBundleVersion</key>
24-
<string>2.2.12</string>
24+
<string>2.5.1</string>
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTPlatformBuild</key>
28-
<string>10E1001</string>
28+
<string>11C504</string>
2929
<key>DTPlatformVersion</key>
3030
<string>GM</string>
3131
<key>DTSDKBuild</key>
32-
<string>18E219</string>
32+
<string>19B90</string>
3333
<key>DTSDKName</key>
34-
<string>macosx10.14</string>
34+
<string>macosx10.15</string>
3535
<key>DTXcode</key>
36-
<string>1020</string>
36+
<string>1130</string>
3737
<key>DTXcodeBuild</key>
38-
<string>10E1001</string>
38+
<string>11C504</string>
3939
<key>IOKitPersonalities</key>
4040
<dict>
4141
<key>03f0_231d no firmware</key>
@@ -1404,9 +1404,9 @@
14041404
<integer>16700</integer>
14051405
</dict>
14061406
</dict>
1407+
<key>LSMinimumSystemVersion</key>
1408+
<string>10.9</string>
14071409
<key>OSBundleRequired</key>
14081410
<string>Root</string>
1409-
<key>Source Code</key>
1410-
<string>https://github.com/RehabMan/BrcmPatchRAM.git</string>
14111411
</dict>
14121412
</plist>
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/BrcmBluetoothInjector.kext/Contents/_CodeSignature/CodeSignature

Whitespace-only changes.

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19A512f</string>
6+
<string>18G3020</string>
77
<key>CFBundleExecutable</key>
88
<string>BrcmFirmwareData</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.no-one.BrcmFirmwareStore</string>
10+
<string>as.acidanthera.BrcmFirmwareStore</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
1414
<string>BrcmFirmwareData</string>
1515
<key>CFBundlePackageType</key>
1616
<string>KEXT</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.12</string>
18+
<string>2.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>2.2.12</string>
26+
<string>2.5.1</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>10E1001</string>
30+
<string>11C504</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>18E219</string>
34+
<string>19B90</string>
3535
<key>DTSDKName</key>
36-
<string>macosx10.14</string>
36+
<string>macosx10.15</string>
3737
<key>DTXcode</key>
38-
<string>1020</string>
38+
<string>1130</string>
3939
<key>DTXcodeBuild</key>
40-
<string>10E1001</string>
40+
<string>11C504</string>
4141
<key>IOKitPersonalities</key>
4242
<dict>
4343
<key>BrcmFirmwareStore</key>
4444
<dict>
4545
<key>CFBundleIdentifier</key>
46-
<string>com.no-one.BrcmFirmwareStore</string>
46+
<string>as.acidanthera.BrcmFirmwareStore</string>
4747
<key>IOClass</key>
4848
<string>BrcmFirmwareStore</string>
4949
<key>IOMatchCategory</key>
@@ -52,8 +52,10 @@
5252
<string>IOResources</string>
5353
</dict>
5454
</dict>
55+
<key>LSMinimumSystemVersion</key>
56+
<string>10.9</string>
5557
<key>OSBundleCompatibleVersion</key>
56-
<string>2.2.12</string>
58+
<string>2.5.1</string>
5759
<key>OSBundleLibraries</key>
5860
<dict>
5961
<key>com.apple.kpi.iokit</key>
@@ -63,7 +65,5 @@
6365
<key>com.apple.kpi.mach</key>
6466
<string>9.0</string>
6567
</dict>
66-
<key>Source Code</key>
67-
<string>https://github.com/RehabMan/BrcmPatchRAM.git</string>
6868
</dict>
6969
</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>
Binary file not shown.

0 commit comments

Comments
 (0)