forked from netzgiest/windows-and-macos-multiboot-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KernextPatcher.plist
65 lines (65 loc) · 1.31 KB
/
KernextPatcher.plist
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
<?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>KernextPatches</key>
<dict>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>
Ym9hcmQtaWQ=
</data>
<key>Name</key>
<string>AppleGraphicsDevicePolicy</string>
<key>Replace</key>
<data>
Ym9hcmQtaXg=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Atheros locale fix</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g/s3
</data>
<key>Name</key>
<string>AirPortAtheros40</string>
<key>Replace</key>
<data>
g/sh
</data>
</dict>
<dict>
<key>Comment</key>
<string>[FredWst] NVIDIA Black Screen fix / Sierra</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
hcB0LEmLB0iNdaA=
</data>
<key>Name</key>
<string>AppleGraphicsDevicePolicy</string>
<key>Replace</key>
<data>
hcDrLEmLB0iNdaA=
</data>
</dict>
</array>
</dict>
<key>Preferences</key>
<dict>
<key>SaveLogToFile</key>
<false/>
</dict>
</dict>
</plist>