-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.plist
executable file
·103 lines (103 loc) · 1.83 KB
/
config.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
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
<?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>ACPI</key>
<dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
<key>DSDT</key>
<dict>
<key>DropOEM_DSM</key>
<false/>
<key>Patches</key>
<array>
<dict>
<key>Comment</key>
<string>SSDT-TYPC</string>
<key>Find</key>
<data>MTdQWFNYFDNf</data>
<key>Replace</key>
<data>MTdQWFNYFDNY</data>
</dict>
</array>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>nvda_drv=1</string>
<key>DefaultVolume</key>
<string>macOS</string>
<key>NeverHibernate</key>
<true/>
<key>Timeout</key>
<integer>0</integer>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<integer>1</integer>
<key>ResetHDA</key>
<true/>
</dict>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>Intel</key>
<true/>
<key>NVidia</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>\EFI\BOOT\BOOTX64.EFI</string>
<string>Preboot</string>
<string>Recovery</string>
</array>
<key>Scan</key>
<dict>
<key>Legacy</key>
<false/>
</dict>
<key>TextOnly</key>
<true/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleIntelCPUPM</key>
<false/>
<key>KernelPm</key>
<true/>
</dict>
<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x40</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>ProductName</key>
<string>MacBookPro15,1</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
<key>NvidiaWeb</key>
<true/>
</dict>
</dict>
</plist>