14 Commits

Author SHA1 Message Date
Hykilpikonna 8cdbed3bb8 Merge branch 'master' of https://github.com/hykilpikonna/Lenovo-ThinkPad-T450s-Hackintosh-OpenCore 2022-05-27 23:16:55 -04:00
Hykilpikonna 965870390c [+] Copy script 2022-05-27 23:16:32 -04:00
Hykilpikonna 1440a33cbe [-] Remove dot files and DS Store 2022-05-27 23:16:09 -04:00
Hykilpikonna f2bb060e51 Merge pull request #1 from CLAY-BIOS/master
Update
2022-05-27 22:38:46 -04:00
CLAY-BIOS 0af626f1de update OpenCore-0.8.0.
update OpenCore-0.8.0.
2022-05-04 14:59:41 +08:00
CLAY-BIOS 12a6204a35 update OpenCore-0.7.9.
1.更新OpenCore-0.7.9。
2.更新README.md。
2022-03-25 15:39:34 +08:00
辨识 3fe8fc4a2b update OpenCore-0.7.8 2022-03-06 22:37:10 +08:00
CLAY-BIOS 6e70d00421 update OpenCore 0.7.7. 2022-01-14 20:30:34 +08:00
Hykilpikonna 3bbb19577e [-] Remove invalid entries 2021-12-18 05:06:54 -05:00
Hykilpikonna cb82247ddd [O] My smbios 2021-12-18 05:05:12 -05:00
Hykilpikonna 0c8b6e2bc0 [+] Gitignore 2021-12-18 05:04:34 -05:00
CLAY-BIOS dcd021e22f update OpenCore 0.7.6. 2021-12-14 21:35:26 +08:00
辨识 2f49b92c53 Merge pull request #75 from mrrfv/eng-readme-fix
Fix grammar, typos and spelling in the English readme
2021-11-28 20:26:06 +08:00
mrrfv 478670b6a3 Fix grammar, typos and spelling in the English readme 2021-11-28 10:09:04 +00:00
74 changed files with 982 additions and 445 deletions
Vendored
BIN
View File
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
.DS_Store
.gitattributes
*.un~
.fseventsd
.Spotlight-V100
.Trashes
System Volume Information
EFI/EFI-Clover
EFI/MSI-Z390i-hackintosh-OpenCore
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,2 +1,2 @@
# cd To the current directory # cd into this directory
# perform ./install.sh # Run ./install.sh in the terminal
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+628 -36
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1417</string> <string>20G527</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.6.6</string> <string>1.7.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.6.6</string> <string>1.7.1</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>13C100</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>12.1</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>21C46</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx12.1</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1321</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>13C100</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>ALCUserClientProvider</key> <key>ALCUserClientProvider</key>
@@ -65,6 +65,36 @@
<string>as.vit9696.AppleALC</string> <string>as.vit9696.AppleALC</string>
<key>HDAConfigDefault</key> <key>HDAConfigDefault</key>
<array> <array>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Custom ALC282 Lenovo-IdeaPad-Z510 by hoseinrez</string>
<key>CodecID</key>
<integer>283902594</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAFHHCABRx0BAUce
FwFHH5ABRwwCAXcc8AF3HQABdx4AAXcfQAGH
HPABhx0AAYceAAGHH0ABpxzwAacdAAGnHgAB
px9AAbcc8AG3HQABtx4AAbcfQAHXHPAB1x0A
AdceAAHXH0AB5xzwAecdAAHnHgAB5x9AAZcc
MAGXHRABlx6BAZcfBAIXHEACFx0QAhceIQIX
HwQ=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>69</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -944,7 +974,7 @@
<data> <data>
ASccMAEnHQABJx6gAScfkAFHHEABRx0AAUce ASccMAEnHQABJx6gAScfkAFHHEABRx0AAUce
FwFHH5ABlxxwAZcdEAGXHoEBlx8AAhccIAIX FwFHH5ABlxxwAZcdEAGXHoEBlx8AAhccIAIX
HRACFx4hAhcfAAFHDAI= HRACFx4hAhcfAAFHDAICFwwCAZcHJQ==
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -952,7 +982,7 @@
<integer>30</integer> <integer>30</integer>
<key>WakeConfigData</key> <key>WakeConfigData</key>
<data> <data>
AUcMAg== AUcMAgIXDAIBlwcl
</data> </data>
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
@@ -1370,6 +1400,36 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Deskmini H470 ALC235 by dumk1217</string>
<key>CodecID</key>
<integer>283902517</integer>
<key>ConfigData</key>
<data>
AScc8AEnHQABJx4AAScfQAHXHPAB1x0AAdce
AAHXH0ACFxwQAhcdQAIXHiECFx8CAhcMAgG3
HCABtx0AAbceEwG3H5kBtwwCAZccMAGXHQAB
lx6jAZcfmQGnHEABpx1QAacegQGnHwIBRxzw
AUcdAAFHHgABRx9AAUcMAgF3HPABdx0AAXce
AAF3H0ABhxzwAYcdAAGHHgABhx9AAecc8AHn
HQAB5x4AAecfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>13</integer>
<key>WakeConfigData</key>
<data>
AhcMAgG3DAIBRwwC
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -1695,6 +1755,33 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>hla63 - Realtek ALC235 for Msi Modern 15 A10M</string>
<key>CodecID</key>
<integer>283902517</integer>
<key>ConfigData</key>
<data>
ASccMAEnHQEBJx6gAScfkAFHHBABRx0AAUce
FwFHH5ABRwwCAZccQAGXHRABlx6LAZcfAwIX
HCACFx0QAhceKwIXHwMCFwwCAgUAEAIEACAC
BQAaAgSACw==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>29</integer>
<key>WakeConfigData</key>
<data>
AUcMAgIXDAIBlwcl
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -2044,7 +2131,7 @@
<integer>36</integer> <integer>36</integer>
<key>WakeConfigData</key> <key>WakeConfigData</key>
<data> <data>
AUcMAgIXDAI= AUcMAgIXDAIBlwcl
</data> </data>
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
@@ -3410,6 +3497,36 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>antoniomcr96 - Realtek ALC257 for Lenovo Thinkpad L390</string>
<key>CodecID</key>
<integer>283902551</integer>
<key>ConfigData</key>
<data>
ASccYAEnHQEBJx6gAScfkAFHHBABRx0BAUce
EAFHH5ABRwwCAZccgAGXHRABlx6BAZcfBAIX
HCACFx0QAhceIQIXHwQCFwwCATcc8AE3HQAB
Nx4AATcfQAGHHPABhx0AAYceAAGHH0ABpxzw
AacdAAGnHgABpx9AAbcc8AG3HQABtx4AAbcf
QAHXHPAB1x0AAdceAAHXH0AB5xzwAecdAAHn
HgAB5x9A
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>96</integer>
<key>WakeConfigData</key>
<data>
AUcMAgIXDAIBlwcl
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -4216,6 +4333,28 @@
<key>LayoutID</key> <key>LayoutID</key>
<integer>24</integer> <integer>24</integer>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC269</string>
<key>CodecID</key>
<integer>283902569</integer>
<key>Comment</key>
<string>hua0512 - Realtek ALC269 for Medium Akoya P6653</string>
<key>ConfigData</key>
<data>
AUccEAFHHQEBRx4XAUcfmQFXHCABVx0QAVce
IQFXHwEBVwwCAYccQAGHHRABhx6BAYcfAQEn
HDABJx0BAScepgEnH5kBRwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>25</integer>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -4251,14 +4390,20 @@
<string>ALC269VC for Lenovo Z580, John</string> <string>ALC269VC for Lenovo Z580, John</string>
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
AVccQAFXHRABVx4hAVcfAwGHHCABhx0QAYce AbccEAG3HQEBtx4XAbcfkAG3DAIBhxwgAYcd
gQGHHwMBlxwwAZcdAQGXHqABlx+QAbccEAG3 EAGHHoEBhx8DAZccMAGXHQEBlx6gAZcfkAFX
HQEBtx4XAbcfkAFXDAI= HEABVx0QAVceIQFXHwMBVwwC
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
<key>LayoutID</key> <key>LayoutID</key>
<integer>28</integer> <integer>28</integer>
<key>WakeConfigData</key>
<data>
AVcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict> </dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
@@ -4313,6 +4458,32 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902569</integer>
<key>Comment</key>
<string>Custom ALC269-VC Samsung np540U4E by majonez</string>
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6mAScfkAG3HCABtx0AAbce
FwG3H5ABVxwwAVcdEAFXHiEBVx8AAYccQAGH
HZABhx6BAYcfAgG3DAIBVwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>34</integer>
<key>WakeConfigData</key>
<data>
AVcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -4710,6 +4881,25 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Andres ZeroCross - ALC269 for Infinix X1 XL11</string>
<key>CodecID</key>
<integer>283902569</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6gAScfkAG3HCABtx0AAbce
FwG3H5ACFxxQAhcdEAIXHiECFx8A
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>26</integer>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -5203,6 +5393,38 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Harahi - Realtek ALC274 for Mechrevo UmiPro3 (Tongfang GM5MG0Y)</string>
<key>CodecID</key>
<integer>283902580</integer>
<key>ConfigData</key>
<data>
ASccMAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxzwAUcdAAFHHgABRx9AAVcc8AFX
HQABVx4AAVcfQAFnHPABZx0AAWceAAFnH0AB
dxwQAXcdAQF3HhcBdx+QAXcMAgGHHPABhx0A
AYceAAGHH0ABlxxAAZcdEAGXHqEBlx8CAacc
8AGnHQABpx4AAacfQAG3HPABtx0AAbceAAG3
H0AB1xzwAdcdAAHXHgAB1x9AAecc8AHnHQAB
5x4AAecfQAH3HPAB9x0AAfceAAH3H0ACFxwg
AhcdEAIXHiECFx8CAhcMAg==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>39</integer>
<key>WakeConfigData</key>
<data>
AXcMAgIXDAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -5672,6 +5894,36 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902594</integer>
<key>Comment</key>
<string>Custom ALC282 Soarsea S210H by Jokerman1991</string>
<key>ConfigData</key>
<data>
ASccAAEnHQABJx4AAScfQAHXHAUB1x2bAdce
RgHXH0ABRxwQAUcdAQFHHhcBRx+QAhccIAIX
HRACFx4hAhcfBAGXHDABlx0BAZcepwGXH5AB
dxzwAXcdEQF3HhEBdx9BAYcc8AGHHREBhx4R
AYcfQQGnHPABpx0RAaceEQGnH0EBtxzwAbcd
EQG3HhEBtx9BAecc8AHnHREB5x4RAecfQQFH
DAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>30</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -6081,6 +6333,36 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ThinkCentre M73(10AX) ALC283 by dumk1217</string>
<key>CodecID</key>
<integer>283902595</integer>
<key>ConfigData</key>
<data>
ISccACEnHQAhJx4AIScfQCHXHAEh1x0AIdce
QCHXH0AiFxwQIhcdQCIXHiEiFx8CIhcMAiFH
HCAhRx0BIUceFyFHH5AhRwwCIZccMCGXHZAh
lx6jIZcfmSGnHEAhpx2QIacegSGnHwEhdxzw
IXcdACF3HgAhdx9AIYcc8CGHHQAhhx4AIYcf
QCG3HPAhtx0AIbceACG3H0AhtwwCIecc8CHn
HQAh5x4AIecfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>12</integer>
<key>WakeConfigData</key>
<data>
IhcMAiFHDAIhtwwC
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -6217,6 +6499,32 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC285 for Lenovo Legion S740 15-IRH (Y9000X 2020) by R-a-s-c-a-l</string>
<key>CodecID</key>
<integer>283902597</integer>
<key>ConfigData</key>
<data>
AZccAAGXHRABlx6LAZcfAQEnHBABJx0BASce
pgEnH5ACFxwgAhcdEAIXHisCFx8BAhcMAgF3
HEABdx0BAXceFwF3H5A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>66</integer>
<key>WakeConfigData</key>
<data>
AhcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -7082,6 +7390,33 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>narcyzzo - Realtek ALC294 for ASUS UX534FAC</string>
<key>CodecID</key>
<integer>283902612</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6gAScfkAF3HCABdx0BAXce
EwF3H5ABdwwCAZccMAGXHRABlx6BAZcfBAIX
HEACFx0QAhceIQIXHwQCFwwCAgUADwIEd3QC
BQBFAgRSiQIFABACBAQgAgUAGwIETks=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>44</integer>
<key>WakeConfigData</key>
<data>
AXcMAgIXDAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -7416,19 +7751,25 @@
AwAAAA== AwAAAA==
</data> </data>
<key>Codec</key> <key>Codec</key>
<string>Rockjesus - Realtek ALC298 for Alienware 17 ALC3266</string> <string>Rockjesus.cn - Realtek ALC298 for Alienware 17 R4 2.1ch</string>
<key>CodecID</key> <key>CodecID</key>
<integer>283902616</integer> <integer>283902616</integer>
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
ASccQAEnHQEBJx6mAScftwF3HBABdx0BAXce ASccMAEnHQABJx6gAScfkAF3HEABdx0AAXce
FwF3H5ABpxwwAacdEAGnHqEBpx8DAhccIAIX FwF3H5ABdwwCAYcccAGHHRABhx6BAYcfAAIX
HRACFx4hAhcfAw== HCACFx0QAhceIQIXHwA=
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
<key>LayoutID</key> <key>LayoutID</key>
<integer>11</integer> <integer>11</integer>
<key>WakeConfigData</key>
<data>
AXcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict> </dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
@@ -8041,6 +8382,32 @@
<key>LayoutID</key> <key>LayoutID</key>
<integer>18</integer> <integer>18</integer>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Custom ALC662 for MSI X79A-GD65</string>
<key>CodecID</key>
<integer>283903586</integer>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4RAUcfkQGHHCABhx2QAYce
oAGHH5EBpxwwAacdMAGnHoEBpx+RAbccUAG3
HUABtx4hAbcfAgGXHEABlx2QAZceoQGXHwI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>19</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -8574,6 +8941,31 @@
<key>LayoutID</key> <key>LayoutID</key>
<integer>7</integer> <integer>7</integer>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC883</string>
<key>CodecID</key>
<integer>283904131</integer>
<key>Comment</key>
<string>Realtek ALC883 for Atermiter X79G by SamCabral</string>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4RAUcfAQFXHCABVx0QAVce
AQFXHwEBZxwwAWcdYAFnHgEBZx8BAXccQAF3
HSABdx4BAXcfAQGHHFABhx2QAYceoAGHH5AB
lxxgAZcdkAGXHoEBlx8CAacccAGnHTABpx6B
AacfAQG3HIABtx1AAbceIQG3HwIB5xyQAecd
YAHnHkUB5x8B
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>20</integer>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -9902,7 +10294,9 @@
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
AUccEAFHHUABRx4BAUcfAQFHDAIBhxwgAYcd AUccEAFHHUABRx4BAUcfAQFHDAIBhxwgAYcd
kAGHHqABhx+BAaccMAGnHTABpx6BAacfAQ== kAGHHqABhx+BAaccMAGnHTABpx6BAacfAQGX
HEABlx2QAZcegQGXHwIBtxxQAbcdQAG3HiEB
tx8CAbcMAg==
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -10993,7 +11387,7 @@
HUABRx4hAUcfAgFHDAIBVxxwAVcdEAFXHgEB HUABRx4hAUcfAgFHDAIBVxxwAVcdEAFXHgEB
Vx8BAWccgAFnHWABZx4BAWcfAQGnHJABpx0w Vx8BAWccgAFnHWABZx4BAWcfAQGnHJABpx0w
AacegQGnHwEBtxygAbcdQAG3HhEBtx+RAbcM AacegQGnHwEBtxygAbcdQAG3HhEBtx+RAbcM
Ag== AgIFAAcCBAPAAgUAGgIEAcE=
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -11398,7 +11792,7 @@
px8BAZccYAGXHZABlx6BAZcfAgG3HHABtx1A px8BAZccYAGXHZABlx6BAZcfAgG3HHABtx1A
AbceIQG3HwIBtwwCAecckAHnHREB5x5FAecf AbceIQG3HwIBtwwCAecckAHnHREB5x5FAecf
AQEXHPABFx0AARceAAEXH0ABdxzwAXcdAAF3 AQEXHPABFx0AARceAAEXH0ABdxzwAXcdAAF3
HgABdx9A HgABdx9AAgUABwIEfKM=
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -11424,7 +11818,7 @@
5x5FAecfAQGHHBABhx0QAYceoQGHH5ABpxwg 5x5FAecfAQGHHBABhx0QAYceoQGHH5ABpxwg
AacdEAGnHoEBpx8BAZccgAGXHZABlx6hAZcf AacdEAGnHoEBpx8BAZccgAGXHZABlx6hAZcf
AgF3HPABdx0AAXceAAF3H0ABFxzwARcdAAEX AgF3HPABdx0AAXceAAF3H0ABFxzwARcdAAEX
HgABFx9A HgABFx9AAgUABwIEfKM=
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -11688,6 +12082,35 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283906408</integer>
<key>CodecName</key>
<string>Realtek ALC S1220P_MSI_Z490i_UNIFY_ by_vio</string>
<key>ConfigData</key>
<data>
AUccEAFHHVABRx4BAUcfAQFHDAIBVxwgAVcd
EAFXHgEBVx8BAWccMAFnHRABZx4BAWcfAQGH
HEABhx0QAYceoAGHH5EBlxxQAZcdkAGXHosB
lx8CAaccYAGnHRABpx6BAacfAQG3HHABtx1A
AbceIQG3HwIBtwwCAeccgAHnHREB5x5FAecf
AQ==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>8</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -11715,6 +12138,34 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283906408</integer>
<key>CodecName</key>
<string>Realtek ALC S1220A for Asus ProArt Z690-Creator WiFi (CaseySJ)</string>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4BAUcfAAFHDAIBVxwgAVcd
EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQGH
HEABhx2QAYceoAGHH5ABlxxQAZcdkAGXHoEB
hx8CAaccYAGnHTABpx6BAacfAQG3HHABtx1A
AbceIQG3HwIBtwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>13</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -11979,14 +12430,14 @@
AwAAAA== AwAAAA==
</data> </data>
<key>Codec</key> <key>Codec</key>
<string>rdmitry0911 - Conexant CX8200 for LG Gram 17 17z990</string> <string>Conexant CX8200 for LG Gram Z990/Z90N</string>
<key>CodecID</key> <key>CodecID</key>
<integer>351346696</integer> <integer>351346696</integer>
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
AXccEAF3HQEBdx4XAXcfkQF3DAIBpxwgAacd AXccEAF3HQEBdx4XAXcfkQF3DAIBpxwgAacd
AQGnHqcBpx+VAZccMAGXHRABlx6BAZcfBAFn AQGnHqABpx+VAZccMAGXHRABlx6LAZcfBAGX
HEABZx0QAWceIQFnHwQBZwwC ByQBZxxAAWcdEAFnHisBZx8EAWcMAg==
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -11994,7 +12445,7 @@
<integer>80</integer> <integer>80</integer>
<key>WakeConfigData</key> <key>WakeConfigData</key>
<data> <data>
AWcMAgF3DAI= AWcMAgF3DAIBlwck
</data> </data>
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
@@ -13634,8 +14085,8 @@
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
AUccEAFHHUABRx4RAUcfAQFHDAIBtxwgAbcd AUccEAFHHUABRx4RAUcfAQFHDAIBtxwgAbcd
EAG3HiEBtx8CAbcMAgGHHDABhx2QAYceoAGH EAG3HiEBtx8CAbcMAgGHHDABhx2QAYcehgGH
H5EBlxxAAZcdEAGXHoABlx8CAaccXwGnHTAB HwEBlxxAAZcdEAGXHoYBlx8CAaccPwGnHTAB
px6BAacfAQ== px6BAacfAQ==
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
@@ -13822,13 +14273,13 @@
<integer>283904151</integer> <integer>283904151</integer>
<key>ConfigData</key> <key>ConfigData</key>
<data> <data>
IUccECFHHUAhRx4RIUcfASFHDAIhVxwgIVcd AUccEAFHHUABRx4RAUcfAQFHDAIBVxwgAVcd
ECFXHgEhVx8BIWccMCFnHWAhZx4BIWcfASF3 EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQF3
HPAhdx0AIXceACF3H0AhhxxAIYcdkCGHHqAh HPABdx0AAXceAAF3H0ABhxxAAYcdkAGHHqAB
hx+QIZccYCGXHZAhlx6BIZcfAiGnHFAhpx0w hx+QAZccYAGXHZABlx6BAZcfAgGnHFABpx0w
IacegSGnHwEhtxxwIbcdQCG3HiEhtx8CIbcM AacegQGnHwEBtxxwAbcdQAG3HiEBtx8CAbcM
AiEXHJAhFx1hIRceSyEXHwEh9xzwIfcdACH3 AgEXHJABFx1hARceSwEXHwEB9xzwAfcdAAH3
HgAh9x9AIecc8CHnHQAh5x4AIecfQA== HgAB9x9AAecc8AHnHQAB5x4AAecfQA==
</data> </data>
<key>FuncGroup</key> <key>FuncGroup</key>
<integer>1</integer> <integer>1</integer>
@@ -13841,6 +14292,36 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Custom ALC897 by Sergey_Galan for GIGABYTE Z590M</string>
<key>CodecID</key>
<integer>283904151</integer>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4RAUcfAQFHDAIBVxzwAVcd
AAFXHgABVx9AAWcc8AFnHQABZx4AAWcfQAF3
HPABdx0AAXceAAF3H0ABhxxAAYcdkAGHHqAB
hx+QAZccYAGXHZABlx6BAZcfAgGnHFABpx0w
AacegQGnHwEBtxxwAbcdQAG3HiEBtx8CAbcM
AgEXHJABFx1hARceSwEXHwEB9xzwAfcdAAH3
HgAB9x9AAecc8AHnHQAB5x4AAecfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>11</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict> <dict>
<key>AFGLowPowerState</key> <key>AFGLowPowerState</key>
<data> <data>
@@ -13867,6 +14348,117 @@
<key>WakeVerbReinit</key> <key>WakeVerbReinit</key>
<true/> <true/>
</dict> </dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC285 for Yoga S740 14IIL by frozenzero123</string>
<key>CodecID</key>
<integer>283902597</integer>
<key>ConfigData</key>
<data>
AUccEAFHHQEBRx4TAUcfkgFHDAICFxwgAhcd
EAIXHgECFx8DAhcMAgGXHEABlx0QAZcegQGX
HwM=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>88</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC235 for Lenovo M920x by meloay</string>
<key>CodecID</key>
<integer>283902517</integer>
<key>ConfigData</key>
<data>
AUccEAFHHQEBRx4XAUcfkAF3HPABdx0AAXce
AAF3H0ABhxzwAYcdAAGHHgABhx9AAZcccAGX
HRABlx6hAZcfAgGnHCABpx0QAacegQGnHwIB
txyAAbcdEAG3HgEBtx8BAdcc8AHXHQAB1x4A
AdcfQAHnHPAB5x0AAeceAAHnH0ACFxxQAhcd
EAIXHiECFx8CAUcMAgG3DAICFwwCAhcHwAIX
CIIBlwck
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>72</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAICFwwCAhcHwAIXCIIBlwck
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>NUC8I5BEH JUST MIC</string>
<key>CodecID</key>
<integer>283902517</integer>
<key>ConfigData</key>
<data>
ASccUAEnHQEBJx6jAScfkg==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>88</integer>
<key>WakeConfigData</key>
<data>
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC 292 for Dell M4800 with Dock</string>
<key>CodecID</key>
<integer>283902610</integer>
<key>Comment</key>
<string>ALC 292 for Dell M4800 with Dock</string>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
Zx4BAWcfAQFnDAIBhxwgAYcdIAGHHoEBhx8C
AZccIAGXHZABlx6BAZcfAQGnHCABpx0QAace
+wGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>59</integer>
<key>WakeConfigData</key>
<data>
AUcMAgFXDAIBZwwCAacHJA==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
</array> </array>
<key>IOClass</key> <key>IOClass</key>
<string>AppleALC</string> <string>AppleALC</string>
Binary file not shown.
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1217</string> <string>20G527</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0.3</string> <string>1.0.8</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0.3</string> <string>1.0.8</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.3</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20E214</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>FeatureUnlock</key> <key>FeatureUnlock</key>
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1417</string> <string>20G415</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.5.7</string> <string>1.6.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5.7</string> <string>1.6.0</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.1</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20C63</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.1</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1240</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>as.vit9696.Lilu</key> <key>as.vit9696.Lilu</key>
BIN
View File
Binary file not shown.
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>20F71</string> <string>21A559</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0.0</string> <string>1.0.2</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0.0</string> <string>1.0.2</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12E507</string> <string>13A1030d</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.3</string> <string>12.0</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20E214</string> <string>21A344</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.3</string> <string>macosx12.0</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1251</string> <string>1310</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12E507</string> <string>13A1030d</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>RealtekCardReaderFriend</key> <key>RealtekCardReaderFriend</key>
View File
@@ -1,132 +0,0 @@
<?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>files</key>
<dict>
<key>Resources/LICENSE</key>
<data>
L/o0BjJO4TEOpw7OuYqT0EwaUMo=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/LICENSE</key>
<dict>
<key>hash</key>
<data>
L/o0BjJO4TEOpw7OuYqT0EwaUMo=
</data>
<key>hash2</key>
<data>
oP9ouHRNIOLYdPtJlYkuwGziGgHX9ofuMeB+hYmlY3E=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1323</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.7</string> <string>1.2.9</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.7</string> <string>1.2.9</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.3</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20E214</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>IOSMBusController</key> <key>IOSMBusController</key>
View File
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1323</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.7</string> <string>1.2.9</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.7</string> <string>1.2.9</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.3</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20E214</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>SMCLightSensor</key> <key>SMCLightSensor</key>
+6 -6
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>21A5552a</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,11 +25,11 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>13A233</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
@@ -39,9 +39,9 @@
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.3</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1300</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>13A233</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>as.vit9696.SMCProcessor</key> <key>as.vit9696.SMCProcessor</key>
+6 -6
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>21A5552a</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,11 +25,11 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>13A233</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
@@ -39,9 +39,9 @@
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.3</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1300</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>13A233</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>ru.joedm.SMCSuperIO</key> <key>ru.joedm.SMCSuperIO</key>
+6 -6
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>21A5552a</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,11 +25,11 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.8</string> <string>1.2.9</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>13A233</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
@@ -39,9 +39,9 @@
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.3</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1300</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>13A233</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>as.vit9696.VirtualSMC</key> <key>as.vit9696.VirtualSMC</key>
+9 -9
View File
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1417</string> <string>20G417</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.5.5</string> <string>1.5.8</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5.5</string> <string>1.5.8</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.3</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20E214</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.3</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1251</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12E507</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>NVHDAEnabler</key> <key>NVHDAEnabler</key>
Executable → Regular
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
Executable → Regular
BIN
View File
Binary file not shown.
+166 -148
View File
@@ -895,6 +895,21 @@
<key>name</key> <key>name</key>
<string>Gigabit Ethernet Controller</string> <string>Gigabit Ethernet Controller</string>
</dict> </dict>
<key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,27,0</string>
<key>alc-delay</key>
<integer>800</integer>
<key>compatible</key>
<string>pci8086,9ca0</string>
<key>device_type</key>
<string>Audio device</string>
<key>layout-id</key>
<integer>32</integer>
<key>model</key>
<string>Realtek ALC292</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1C,0x0)</key> <key>PciRoot(0x0)/Pci(0x1C,0x0)</key>
<dict> <dict>
<key>AAPL,slot-name</key> <key>AAPL,slot-name</key>
@@ -934,19 +949,6 @@
<key>name</key> <key>name</key>
<string>PCI Express Root Bridge #3</string> <string>PCI Express Root Bridge #3</string>
</dict> </dict>
<key>PciRoot(0x0)/Pci(0x1F,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,0</string>
<key>compatible</key>
<string>pci8086,9cc3</string>
<key>device_type</key>
<string>ISA Bridge</string>
<key>model</key>
<string>Intel Broadwell Wildcat Point-LP LPC Controller (Low Pin Count Bus)</string>
<key>name</key>
<string>Apple LPC Bus</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0)</key> <key>PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0)</key>
<dict> <dict>
<key>AAPL,slot-name</key> <key>AAPL,slot-name</key>
@@ -966,6 +968,30 @@
<key>pci-aspm-default</key> <key>pci-aspm-default</key>
<integer>0</integer> <integer>0</integer>
</dict> </dict>
<key>PciRoot(0x0)/Pci(0x1D,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,29,0</string>
<key>device_type</key>
<string>USB Controller</string>
<key>model</key>
<string>Intel 9 Series Chipset Family Wildcat Point-LP Enhanced USB 2.0 EHCI Controller</string>
<key>name</key>
<string>USB 2.0 Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1F,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,0</string>
<key>compatible</key>
<string>pci8086,9cc3</string>
<key>device_type</key>
<string>ISA Bridge</string>
<key>model</key>
<string>Intel Broadwell Wildcat Point-LP LPC Controller (Low Pin Count Bus)</string>
<key>name</key>
<string>Apple LPC Bus</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1F,0x2)</key> <key>PciRoot(0x0)/Pci(0x1F,0x2)</key>
<dict> <dict>
<key>AAPL,slot-name</key> <key>AAPL,slot-name</key>
@@ -992,43 +1018,6 @@
<key>name</key> <key>name</key>
<string>SMC Bus Controller</string> <string>SMC Bus Controller</string>
</dict> </dict>
<key>PciRoot(0x0)/Pci(0x1D,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,29,0</string>
<key>device_type</key>
<string>USB Controller</string>
<key>model</key>
<string>Intel 9 Series Chipset Family Wildcat Point-LP Enhanced USB 2.0 EHCI Controller</string>
<key>name</key>
<string>USB 2.0 Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x3,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,3,0</string>
<key>compatible</key>
<string>pci8086,160c</string>
<key>device_type</key>
<string>Audio device</string>
<key>model</key>
<string>Intel Broadwell-U Audio Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,27,0</string>
<key>alc-delay</key>
<integer>800</integer>
<key>compatible</key>
<string>pci8086,9ca0</string>
<key>device_type</key>
<string>Audio device</string>
<key>layout-id</key>
<integer>32</integer>
<key>model</key>
<string>Realtek ALC292</string>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key> <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict> <dict>
<key>##AAPL,ig-platform-id</key> <key>##AAPL,ig-platform-id</key>
@@ -1080,6 +1069,17 @@
<key>model</key> <key>model</key>
<string>Intel HD Graphics 5500</string> <string>Intel HD Graphics 5500</string>
</dict> </dict>
<key>PciRoot(0x0)/Pci(0x3,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,3,0</string>
<key>compatible</key>
<string>pci8086,160c</string>
<key>device_type</key>
<string>Audio device</string>
<key>model</key>
<string>Intel Broadwell-U Audio Controller</string>
</dict>
</dict> </dict>
<key>Delete</key> <key>Delete</key>
<dict/> <dict/>
@@ -1094,7 +1094,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>Lilu.kext</string> <string>Lilu.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.5.8</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1112,7 +1112,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VirtualSMC.kext</string> <string>VirtualSMC.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.8</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1130,7 +1130,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>SMCBatteryManager.kext</string> <string>SMCBatteryManager.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1148,7 +1148,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>SMCLightSensor.kext</string> <string>SMCLightSensor.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1166,7 +1166,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>SMCProcessor.kext</string> <string>SMCProcessor.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.8</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1184,7 +1184,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>SMCSuperIO.kext</string> <string>SMCSuperIO.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.8</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1202,7 +1202,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>YogaSMC.kext</string> <string>YogaSMC.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.5.1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1220,7 +1220,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>AppleALC.kext</string> <string>AppleALC.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.6.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1238,7 +1238,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>CodecCommander.kext</string> <string>CodecCommander.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.7.3</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1256,7 +1256,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>CPUFriend.kext</string> <string>CPUFriend.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.2.4</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1274,7 +1274,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>CPUFriendDataProvider.kext</string> <string>CPUFriendDataProvider.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1292,7 +1292,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>IntelMausi.kext</string> <string>IntelMausi.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1310,7 +1310,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>WhateverGreen.kext</string> <string>WhateverGreen.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.5.5</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1328,7 +1328,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>CtlnaAHCIPort.kext</string> <string>CtlnaAHCIPort.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V341.0.2</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1346,7 +1346,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>NVMeFix.kext</string> <string>NVMeFix.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.9</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1364,7 +1364,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>RTCMemoryFixup.kext</string> <string>RTCMemoryFixup.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1382,9 +1382,9 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>FeatureUnlock.kext</string> <string>FeatureUnlock.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.4</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
<string>Contents/MacOS/FeatureUnlock</string> <string>Contents/MacOS/FeatureUnlock</string>
<key>MaxKernel</key> <key>MaxKernel</key>
@@ -1400,7 +1400,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>USBPorts.kext</string> <string>USBPorts.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1418,7 +1418,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>AirportBrcmFixup.kext</string> <string>AirportBrcmFixup.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.1.4</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1430,31 +1430,13 @@
<key>PlistPath</key> <key>PlistPath</key>
<string>Contents/Info.plist</string> <string>Contents/Info.plist</string>
</dict> </dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict> <dict>
<key>Arch</key> <key>Arch</key>
<string>x86_64</string> <string>x86_64</string>
<key>BundlePath</key> <key>BundlePath</key>
<string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string> <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1472,7 +1454,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>BlueToolFixup.kext</string> <string>BlueToolFixup.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.6.1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1490,7 +1472,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>BrcmBluetoothInjector.kext</string> <string>BrcmBluetoothInjector.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.6.1</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1508,7 +1490,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>BrcmFirmwareData.kext</string> <string>BrcmFirmwareData.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.6.1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1526,7 +1508,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>BrcmPatchRAM3.kext</string> <string>BrcmPatchRAM3.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.6.1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1544,7 +1526,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>RealtekCardReaderFriend.kext</string> <string>RealtekCardReaderFriend.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1562,7 +1544,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>RealtekCardReader.kext</string> <string>RealtekCardReader.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V0.9.6</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1580,7 +1562,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooPS2Controller.kext</string> <string>VoodooPS2Controller.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1598,7 +1580,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1616,7 +1598,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1634,7 +1616,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.2.7</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1652,7 +1634,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string> <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.1.3</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1670,7 +1652,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooSMBus.kext</string> <string>VoodooSMBus.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V3.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1688,7 +1670,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooRMI.kext</string> <string>VoodooRMI.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.3.4</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1706,7 +1688,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string> <string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1724,7 +1706,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string> <string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.0</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1742,7 +1724,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string> <string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.1.3</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1760,7 +1742,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string> <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1778,7 +1760,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string> <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1790,31 +1772,13 @@
<key>PlistPath</key> <key>PlistPath</key>
<string>Contents/Info.plist</string> <string>Contents/Info.plist</string>
</dict> </dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext.dSYM</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict> <dict>
<key>Arch</key> <key>Arch</key>
<string>x86_64</string> <string>x86_64</string>
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string> <string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1.1.1</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1832,7 +1796,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooI2C.kext</string> <string>VoodooI2C.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V2.6.5</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1850,7 +1814,7 @@
<key>BundlePath</key> <key>BundlePath</key>
<string>VoodooI2CHID.kext</string> <string>VoodooI2CHID.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string>V1</string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
@@ -1955,6 +1919,8 @@
<false/> <false/>
<key>CustomSMBIOSGuid</key> <key>CustomSMBIOSGuid</key>
<false/> <false/>
<key>CustomPciSerialDevice</key>
<false/>
<key>DisableIoMapper</key> <key>DisableIoMapper</key>
<true/> <true/>
<key>DisableLinkeditJettison</key> <key>DisableLinkeditJettison</key>
@@ -1965,6 +1931,8 @@
<true/> <true/>
<key>ExternalDiskIcons</key> <key>ExternalDiskIcons</key>
<false/> <false/>
<key>ForceAquantiaEthernet</key>
<false/>
<key>ForceSecureBootScheme</key> <key>ForceSecureBootScheme</key>
<false/> <false/>
<key>IncreasePciBarSize</key> <key>IncreasePciBarSize</key>
@@ -2043,8 +2011,8 @@
<integer>0</integer> <integer>0</integer>
<key>DisplayLevel</key> <key>DisplayLevel</key>
<integer>2147483650</integer> <integer>2147483650</integer>
<key>SerialInit</key> <key>LogModules</key>
<false/> <string>*</string>
<key>SysReport</key> <key>SysReport</key>
<false/> <false/>
<key>Target</key> <key>Target</key>
@@ -2140,6 +2108,40 @@
<key>Vault</key> <key>Vault</key>
<string>Optional</string> <string>Optional</string>
</dict> </dict>
<key>Serial</key>
<dict>
<key>Custom</key>
<dict>
<key>BaudRate</key>
<integer>115200</integer>
<key>ClockRate</key>
<integer>1843200</integer>
<key>DetectCable</key>
<false/>
<key>ExtendedTxFifoSize</key>
<integer>64</integer>
<key>FifoControl</key>
<integer>7</integer>
<key>LineControl</key>
<integer>7</integer>
<key>PciDeviceInfo</key>
<data>/w==</data>
<key>RegisterAccessWidth</key>
<integer>8</integer>
<key>RegisterBase</key>
<integer>1016</integer>
<key>RegisterStride</key>
<integer>1</integer>
<key>UseHardwareFlowControl</key>
<false/>
<key>UseMmio</key>
<false/>
</dict>
<key>Init</key>
<false/>
<key>Override</key>
<false/>
</dict>
<key>Tools</key> <key>Tools</key>
<array> <array>
<dict> <dict>
@@ -2248,12 +2250,12 @@
<data>Rg==</data> <data>Rg==</data>
<key>boot-args</key> <key>boot-args</key>
<string>-v -iosd3v3 -carbeta</string> <string>-v -iosd3v3 -carbeta</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>booter-fileset-kernel</key>
<data></data>
<key>booter-fileset-basesystem</key> <key>booter-fileset-basesystem</key>
<data></data> <data></data>
<key>booter-fileset-kernel</key>
<data></data>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key> <key>prev-lang:kbd</key>
<data>emgtSGFuczoyNTI=</data> <data>emgtSGFuczoyNTI=</data>
</dict> </dict>
@@ -2317,14 +2319,14 @@
<dict> <dict>
<key>AdviseFeatures</key> <key>AdviseFeatures</key>
<false/> <false/>
<key>MLB</key>
<string>C02753700QXGDVVA8</string>
<key>MaxBIOSVersion</key> <key>MaxBIOSVersion</key>
<false/> <false/>
<key>MLB</key>
<string>C025297004NGDVVJA</string>
<key>ProcessorType</key> <key>ProcessorType</key>
<integer>0</integer> <integer>0</integer>
<key>ROM</key> <key>ROM</key>
<data>qEMFDfCF</data> <data>aPco/t3E</data>
<key>SpoofVendor</key> <key>SpoofVendor</key>
<true/> <true/>
<key>SystemMemoryStatus</key> <key>SystemMemoryStatus</key>
@@ -2332,9 +2334,9 @@
<key>SystemProductName</key> <key>SystemProductName</key>
<string>MacBookPro12,1</string> <string>MacBookPro12,1</string>
<key>SystemSerialNumber</key> <key>SystemSerialNumber</key>
<string>C02Q30P1H1DP</string> <string>C02VX0R8H1DP</string>
<key>SystemUUID</key> <key>SystemUUID</key>
<string>E8A0E095-702F-42BA-A8D8-31E0DC27EF0F</string> <string>AF23D360-69F1-4013-BF44-B5768D604CC0</string>
</dict> </dict>
<key>UpdateDataHub</key> <key>UpdateDataHub</key>
<true/> <true/>
@@ -2360,9 +2362,9 @@
<key>JumpstartHotPlug</key> <key>JumpstartHotPlug</key>
<true/> <true/>
<key>MinDate</key> <key>MinDate</key>
<integer>0</integer> <integer>-1</integer>
<key>MinVersion</key> <key>MinVersion</key>
<integer>0</integer> <integer>-1</integer>
</dict> </dict>
<key>AppleInput</key> <key>AppleInput</key>
<dict> <dict>
@@ -2376,6 +2378,12 @@
<integer>0</integer> <integer>0</integer>
<key>KeySubsequentDelay</key> <key>KeySubsequentDelay</key>
<integer>5</integer> <integer>5</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMin</key>
<integer>0</integer>
<key>PointerPollMax</key>
<integer>0</integer>
<key>PointerSpeedDiv</key> <key>PointerSpeedDiv</key>
<integer>1</integer> <integer>1</integer>
<key>PointerSpeedMul</key> <key>PointerSpeedMul</key>
@@ -2387,20 +2395,24 @@
<integer>0</integer> <integer>0</integer>
<key>AudioDevice</key> <key>AudioDevice</key>
<string>PciRoot(0x0)/Pci(0x1B,0x0)</string> <string>PciRoot(0x0)/Pci(0x1B,0x0)</string>
<key>AudioOut</key> <key>AudioOutMask</key>
<integer>0</integer> <integer>-1</integer>
<key>AudioSupport</key> <key>AudioSupport</key>
<false/> <false/>
<key>MinimumVolume</key> <key>DisconnectHda</key>
<integer>50</integer> <false/>
<key>MaximumGain</key>
<integer>-15</integer>
<key>MinimumAssistGain</key>
<integer>-30</integer>
<key>MinimumAudibleGain</key>
<integer>-128</integer>
<key>PlayChime</key> <key>PlayChime</key>
<string>Auto</string> <string>Auto</string>
<key>ResetTrafficClass</key> <key>ResetTrafficClass</key>
<false/> <false/>
<key>SetupDelay</key> <key>SetupDelay</key>
<integer>0</integer> <integer>0</integer>
<key>VolumeAmplifier</key>
<integer>0</integer>
</dict> </dict>
<key>ConnectDrivers</key> <key>ConnectDrivers</key>
<true/> <true/>
@@ -2522,6 +2534,8 @@
<false/> <false/>
<key>ProvideConsoleGop</key> <key>ProvideConsoleGop</key>
<true/> <true/>
<key>ReconnectGraphicsOnConnect</key>
<false/>
<key>ReconnectOnResChange</key> <key>ReconnectOnResChange</key>
<false/> <false/>
<key>ReplaceTabWithSpace</key> <key>ReplaceTabWithSpace</key>
@@ -2532,6 +2546,8 @@
<false/> <false/>
<key>TextRenderer</key> <key>TextRenderer</key>
<string>BuiltinGraphics</string> <string>BuiltinGraphics</string>
<key>UIScale</key>
<integer>-1</integer>
<key>UgaPassThrough</key> <key>UgaPassThrough</key>
<false/> <false/>
</dict> </dict>
@@ -2582,6 +2598,8 @@
<false/> <false/>
<key>EnableVectorAcceleration</key> <key>EnableVectorAcceleration</key>
<true/> <true/>
<key>EnableVmx</key>
<false/>
<key>ExitBootServicesDelay</key> <key>ExitBootServicesDelay</key>
<integer>0</integer> <integer>0</integer>
<key>ForceOcWriteFlash</key> <key>ForceOcWriteFlash</key>
@@ -2620,4 +2638,4 @@
</array> </array>
</dict> </dict>
</dict> </dict>
</plist> </plist>
+69 -47
View File
@@ -1,8 +1,8 @@
# ThinkPad T450s X250 T450 X1C3 Monterey OpenCore 0.7.5 # ThinkPad T450s X250 T450 X1C3 Monterey OpenCore 0.8.0
<img align="right" src="/picture/Thismachine.png" alt="Lenovo Thinkpad T450s macOS Hackintosh OpenCore" width="400"> <img align="right" src="/picture/Thismachine.png" alt="Lenovo Thinkpad T450s macOS Hackintosh OpenCore" width="400">
[![macOS](https://img.shields.io/badge/macOS-12.0-blue)](https://developer.apple.com/documentation/macos-release-notes) [![macOS](https://img.shields.io/badge/macOS-12.4-blue)](https://developer.apple.com/documentation/macos-release-notes)
[![OpenCore](https://img.shields.io/badge/OpenCore-0.7.5-green)](https://github.com/acidanthera/OpenCorePkg) [![OpenCore](https://img.shields.io/badge/OpenCore-0.8.0-green)](https://github.com/acidanthera/OpenCorePkg)
[![ThinkPad](https://img.shields.io/badge/ThinkPad-T450s.X250.T450.X1C3-orange)](https://think.lenovo.com.cn/index.html) [![ThinkPad](https://img.shields.io/badge/ThinkPad-T450s.X250.T450.X1C3-orange)](https://think.lenovo.com.cn/index.html)
**DISCLAIMER:** **DISCLAIMER:**
@@ -10,51 +10,55 @@
### The author[@CLAY-BIOS](https://github.com/CLAY-BIOS)   ### The author[@CLAY-BIOS](https://github.com/CLAY-BIOS)  
Before you begin, read the entire readme file. Before you begin, read the entire readme file.
I don't accept any responsibility for any damage that may be caused. I don't accept any responsibility for any damage that may be caused.
If you find errors or have any improvements (whether in the configuration or in the document), consider opening the problem or pulling the request. If you find errors or have any improvements (whether in the configuration or in the document), consider opening an issue or a pull request.
If you find my work useful, consider clicking ⭐️Star in the upper right corner. If you find my work useful, consider clicking ⭐️Star in the upper right corner.
It would mean a lot to me. It would mean a lot to me.
## Introduction to the ## Introduction
- This repository was originally created for ThinkPad T450s. The default network card is DW1820A, and some other models have been supported through subsequent updates. - This repository was originally created for ThinkPad T450s. The default network card is DW1820A, and some other models have been supported through subsequent updates.
- Sound card default Layout-id = 32, earphone noise please use the sound card repair script(ALCPlugFix). - Sound card default Layout-id = 32, if you hear noise upon connecting headphones, use the sound card repair script (ALCPlugFix), found in this repository.
- If you want to use the audio interface on the Docking, set the layout-id of the sound card to 55 and select the line output. - If you want to use the audio interface on the Docking, set the layout-id of the sound card to 55 and select the line output.
- Support touch screen (With multi-touch and touchscreen gestures). - Touchscreen support (With multi-touch and touchscreen gestures).
- support Big Sur. - Monterey support.
- support Catalina. - Big Sur support.
- support Mojave. - Catalina support.
- support docking. - Mojave support.
- support Sidecar. - Docking support.
- This repository is available for all ThinkPads using 5th generation CPUs (Broadwell). The confirmed supported models are shown below. - Sidecar support (Turning on sidecar will cause the system to freeze randomly, Sidecar is disabled by default).
- support ThinkPad X250 ThinkPad T450 ThinkPad T450s ThinkPad X1 Carbon 3rd. - This EFI (and other applications) works for all ThinkPads using 5th generation CPUs (Broadwell). Confirmed supported models are shown below.
- Note: The 4th generation CPU (Haswell) is not in the scope of support. ThinkPad has never officially launched the 4th generation CPU (Haswell) T450, T450s, X250, X1C3, which are essentially T440, T440s, X240, X1C2. - support ThinkPad X250, T450, T450s, X1 Carbon 3rd.
- Note: The 4th generation CPU (Haswell) is not supported. ThinkPad has never officially launched the 4th generation CPU (Haswell) T450, T450s, X250, X1C3, which are essentially T440, T440s, X240, X1C2.
## Hardware information ## Hardware information
``` ```
- CPUIntel Core i7-5600U i7-5600U i7-5500u i5-5300U i5-5200U - CPUIntel Core i7-5600U i7-5600U i7-5500u i5-5300U i5-5200U
- The core graphicsIntel HD 5500 Graphics - Integrated grapicsIntel HD 5500 Graphics
- sound cardALC292 - Sound cardALC292
- Wireless network cardDW1820A Intel7265AC IntelAX200 BCM943224 BCM94360Z3 BCM94360Z4 - Wireless network cardDW1820A Intel7265AC IntelAX200 BCM943224 BCM94360Z3 BCM94360Z4 BCM94360CD BCM94360CS2
- Note ⚠️ For ThinkPad x250, t450 and t450s, only BCM94360CD of Apple network card can be driven normally in win10, and other apple network cards cannot search any signal in win10.
``` ```
## Installation ## Installation
<details> <details>
<summary><strong>How to install macOS</strong></summary> <summary><strong>macOS installation</strong></summary>
</br> </br>
1. [Create an installation media](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/#making-the-installer) 1. [Create an installation media](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/#making-the-installer)
1. Download the [latest EFI folder](https://github.com/CLAY-BIOS/Lenovo-ThinkPad-T450s-Hackintosh-Big-Sur-OpenCore/releases) and copy it into the ESP partiton 1. Download the [latest EFI folder](https://github.com/CLAY-BIOS/Lenovo-ThinkPad-T450s-Hackintosh-Big-Sur-OpenCore/releases) and copy it into the ESP partiton
1. Change your BIOS settings according to the table below 1. Change your BIOS settings according to the table below
1. Boot from the USB installer (press `F12` to choose boot volume) and [start the installation process](https://dortania.github.io/OpenCore-Install-Guide/installation/installation-process.html#booting-the-opencore-usb) 1. Boot from the USB installer (press `F12` to choose boot volume) and [start the installation process](https://dortania.github.io/OpenCore-Install-Guide/installation/installation-process.html#booting-the-opencore-usb)
1. If your internal hard drive doesn't show up during installation, go back to the main screen (by cancelling the installation), open the Disk Utility and format it as APFS.
</details> </details>
<details> <details>
<summary><strong>BIOS Set up the </strong></summary> <summary><strong>BIOS Setup (do this before installing macOS)</strong></summary>
</br> </br>
**BIOS (1.37):** **BIOS (1.37):**
@@ -72,23 +76,23 @@ It would mean a lot to me.
## state ## state
<details> <details>
<summary><strong>What effective ✅</strong></summary> <summary><strong>What works ✅</strong></summary>
</br> </br>
- [x] CPUPower management - [x] CPU Power management
- [x] Intel HD 5500 Graphics - [x] Intel HD 5500 Graphics
- [x] The complete USB - [x] USB
- [x] camera - [x] Camera
- [x] Sleep/wake up/shut down/restart - [x] Sleep/wake up/shut down/restart
- [x] Intel Gigabit Ethernet (you can't use the Ethernet interface on your laptop after connecting to the docking station) - [x] Intel Gigabit Ethernet (you can't use the Ethernet interface on your laptop after connecting to the docking station)
- [x] Wifi, Bluetooth, Airdrop, Handoff, Continuity (Using intel-Wi-Fi may cause no sound after waking up) - [x] Wifi, Bluetooth, Airdrop, Handoff, Continuity (Using intel-Wi-Fi may cause no sound after waking up)
- [x] iMessage, FaceTime, App Store, iTunes Store - [x] iMessage, FaceTime, App Store, iTunes Store
- [x] Speaker and headphone jack - [x] Speaker and headphone jack
- [x] Battery and complete battery information - [x] Battery and complete battery information
- [x] Keyboard maps and hotkeys [ThinkpadAssistant](https://github.com/MSzturc/ThinkpadAssistant) - [x] Keyboard maps and hotkeys with [ThinkpadAssistant](https://github.com/MSzturc/ThinkpadAssistant)
- [x] The trackpad, the little red dot, and the physical button - [x] Trackpad, TrackPoint, and the physical button
- [x] Support touch screen (With multi-touch and touchscreen gestures) - [x] Touchscreen (With multi-touch and touchscreen gestures)
- [x] mini DisplayPort - [x] Mini DisplayPort
- [x] SD card reader - [x] SD card reader
- [x] Docking USB - [x] Docking USB
- [x] Docking Ethernet - [x] Docking Ethernet
@@ -97,12 +101,12 @@ It would mean a lot to me.
- [x] Docking DisplayPort - [x] Docking DisplayPort
- [x] Docking DVI - [x] Docking DVI
- [x] Docking HDMI - [x] Docking HDMI
- [x] Sidecar - [x] Sidecar (Sidecar may cause system instability. Sidecar is disabled by default.)
</details> </details>
<details> <details>
<summary><strong>What's not working ❌</strong></summary> <summary><strong>What doesn't work ❌</strong></summary>
</br> </br>
- [ ] VGA - [ ] VGA
@@ -111,19 +115,34 @@ It would mean a lot to me.
</details> </details>
<details> <details>
<summary><strong>Known issues⚠️</strong></summary> <summary><strong>Known issues ⚠️</strong></summary>
</br> </br>
- 1.An external 4K monitor needs to unlock the advanced BIOS options to modify the DVMT, but this is difficult to implement and requires a simple method. 1. An external 4K monitor needs to unlock the advanced BIOS options to modify the DVMT, but this is difficult to implement and requires a simple method.
- 2.Due to DVMT limitation, the maximum resolution is only 2K-60hz. If your screen resolution exceeds 2K-60hz, the screen will be black. 2. Due to DVMT limitation, the maximum resolution is only 2K-60hz. If your screen resolution exceeds 2K-60hz, the screen will be black.
- 3.When you sleep with Wi-Fi turned off, Wi-Fi cannot be turned on, and you need to sleep again to turn it on. 3. When you sleep with Wi-Fi turned off, Wi-Fi cannot be turned on, and you need to sleep again to turn it on.
- 4.The docking graphics interface has no audio output. 4. The docking graphics interface has no audio output.
- 5.Some users reported sleep problems. 5. Turning on sidecar will cause the system to freeze randomly.
6. the ThinkPad X1 carbon 3rd docking station cannot use the Ethernet interface because there is no corresponding driver support in the MacOS.
7. In MacOS Monterey, the Airdrop can only receive but not send.
8. There are some problems with Bluetooth in MacOS Monterey, and there is no solution at present.
</details> </details>
<details> <details>
<summary><strong>About the Intel Wi-Fi</strong></summary> <summary><strong>About Bluetooth</strong></summary>
</br>
- 1.Because Apple modified the Bluetooth stack in MacOS Monterey, Bluetooth cannot be used normally in MacOS Monterey.
- 2.In MacOS Monterey, use brcmbluetoothinjector.kext + BlueToolFixup.Kext to drive brcm Bluetooth.
- 3.In MacOS Monterey, use IntelBluetoothfirmware.kext + BlueToolFixup. Kext to drive Intel Bluetooth.
- 4.Even if Bluetooth is driven in MacOS Monterey, only some functions can be used.
- 5.reference resources:https://github.com/acidanthera/bugtracker/issues/1821
</details>
<details>
<summary><strong>Intel Wi-Fi</strong></summary>
</br> </br>
### instructions ### instructions
@@ -132,13 +151,14 @@ It would mean a lot to me.
</details> </details>
<details> <details>
<summary><strong>About the docking</strong></summary> <summary><strong>Docking</strong></summary>
</br> </br>
- Note⚠️: the ThinkPad X1 carbon 3rd docking(DU9026S1) station cannot use the Ethernet interface because there is no corresponding driver support in the MacOS.
- ThinkPad X250 ThinkPad T450 ThinkPad T450s docking(40A1、40A2) station can be used normally.
- Use of docking can cause sleep problems, the solution is to add SSDT-IGBE patch to config.plist->ACPI. - Use of docking can cause sleep problems, the solution is to add SSDT-IGBE patch to config.plist->ACPI.
- Flap mode cannot be used with SSDT-IGBE patch. - Flap mode cannot be used with SSDT-IGBE patch.
- Up to three displays (including the built-in display) - Up to three displays (including the built-in display)
- The docking station is perfectly adapted, but some testing is needed.
![Docking](./picture/Docking.png) ![Docking](./picture/Docking.png)
</details> </details>
@@ -165,28 +185,29 @@ It would mean a lot to me.
<summary><strong>Sleep shortcut</strong></summary> <summary><strong>Sleep shortcut</strong></summary>
</br> </br>
-FN + 4: Sleep shortcut key. (During sleep, press the sleep shortcut again to terminate sleep. This method is implemented by ACPI patch, and the function is the same as in Windows.) - FN + 4: Sleep shortcut key. (During sleep, press the sleep shortcut again to terminate sleep. This method is implemented by ACPI patch, and the function is the same as in Windows.)
-When using the power adapter to supply power, if you connect an external monitor. FN + 4 becomes (off/on) the built-in display. - When using the power adapter to supply power, if you connect an external monitor. FN + 4 becomes (off/on) the built-in display.
(After pressing the sleep shortcut key, the display screen changes to the external monitor (the internal screen is turned off); press the sleep shortcut key again (the internal display turns on again). (After pressing the sleep shortcut key, the display screen changes to the external monitor (the internal screen is turned off); press the sleep shortcut key again (the internal display turns on again).
</details> </details>
<details> <details>
<summary><strong>Enable fan and LED controls</strong></summary> <summary><strong>Fan and LED controls (recommended; prevents overheating)</strong></summary>
</br> </br>
1. Download and install [YogaSMC-App-Release.dmg](https://github.com/zhen-zen/YogaSMC/releases) 1. Download and install [YogaSMC-App-Release.dmg](https://github.com/zhen-zen/YogaSMC/releases)
1. Open the application 1. Install and open the application
1. Check the "Log in and Start" option 1. Choose "Auto" from the menubar icon
1. Check the "Start at Login" option
</details> </details>
<details> <details>
<summary><strong>Hi-DPI is turned on with one click</strong></summary> <summary><strong>One key Hi-DPI</strong></summary>
</br> </br>
1. reference: https://github.com/xzhih/one-key-hidpi 1. reference: https://github.com/xzhih/one-key-hidpi
</details> </details>
@@ -228,7 +249,8 @@ It would mean a lot to me.
1. Screw on the screws. 1. Screw on the screws.
</details> </details>
> # Credits
# Credits
- [@Sniki](https://github.com/Sniki?tab=repositories) - [@Sniki](https://github.com/Sniki?tab=repositories)
- [@benbender](https://github.com/benbender/x1c6-hackintosh/blob/experimental/EFI/OC/dsl/SSDT-BATX.dsl) A new generation of battery patches. - [@benbender](https://github.com/benbender/x1c6-hackintosh/blob/experimental/EFI/OC/dsl/SSDT-BATX.dsl) A new generation of battery patches.
+27 -8
View File
@@ -1,8 +1,8 @@
# ThinkPad T450s X250 T450 X1C3 Monterey OpenCore 0.7.5 # ThinkPad T450s X250 T450 X1C3 Monterey OpenCore 0.8.0
<img align="right" src="/picture/Thismachine.png" alt="Lenovo Thinkpad T450s macOS Hackintosh OpenCore" width="400"> <img align="right" src="/picture/Thismachine.png" alt="Lenovo Thinkpad T450s macOS Hackintosh OpenCore" width="400">
[![macOS](https://img.shields.io/badge/macOS-12.0-blue)](https://developer.apple.com/documentation/macos-release-notes) [![macOS](https://img.shields.io/badge/macOS-12.4-blue)](https://developer.apple.com/documentation/macos-release-notes)
[![OpenCore](https://img.shields.io/badge/OpenCore-0.7.5-green)](https://github.com/acidanthera/OpenCorePkg) [![OpenCore](https://img.shields.io/badge/OpenCore-0.8.0-green)](https://github.com/acidanthera/OpenCorePkg)
[![ThinkPad](https://img.shields.io/badge/ThinkPad-T450s.X250.T450.X1C3-orange)](https://think.lenovo.com.cn/index.html) [![ThinkPad](https://img.shields.io/badge/ThinkPad-T450s.X250.T450.X1C3-orange)](https://think.lenovo.com.cn/index.html)
**免责声明:** **免责声明:**
@@ -21,11 +21,12 @@
- 声卡默认 layout-id = 32,耳机杂音请使用声卡修复脚本(ALCPlugFix)。 - 声卡默认 layout-id = 32,耳机杂音请使用声卡修复脚本(ALCPlugFix)。
- 如果你想使用扩展坞上的音频接口,请将声卡 layout-id 设置为 55 ,选择线路输出。 - 如果你想使用扩展坞上的音频接口,请将声卡 layout-id 设置为 55 ,选择线路输出。
- 支持触摸屏(带有多点触控和触屏手势)。 - 支持触摸屏(带有多点触控和触屏手势)。
- 支持 Monterey。
- 支持 Big Sur。 - 支持 Big Sur。
- 支持 Catalina。 - 支持 Catalina。
- 支持 Mojave。 - 支持 Mojave。
- 支持扩展坞。 - 支持扩展坞。
- 支持 Sidecar - 支持 Sidecar (开启Sidecar会导致系统随机冻结,默认为关闭状态)。
- 此仓库可适用于所有使用第五代CPUBroadwell)的ThinkPad,已经确认支持的型号如下: - 此仓库可适用于所有使用第五代CPUBroadwell)的ThinkPad,已经确认支持的型号如下:
- 支持 ThinkPad X250 ThinkPad T450 ThinkPad T450s ThinkPad X1 Carbon 3rd。 - 支持 ThinkPad X250 ThinkPad T450 ThinkPad T450s ThinkPad X1 Carbon 3rd。
- 注意:4代CPU(Haswell)不在支持的范围内,ThinkPad官方从未推出过4代CPU(Haswell)的T450、T450s、X250、X1C3,其本质上是T440、T440s、X240、X1C2。 - 注意:4代CPU(Haswell)不在支持的范围内,ThinkPad官方从未推出过4代CPU(Haswell)的T450、T450s、X250、X1C3,其本质上是T440、T440s、X240、X1C2。
@@ -38,7 +39,9 @@
- 声卡:ALC292 - 声卡:ALC292
- 无线网卡:DW1820A Intel7265AC IntelAX200 BCM943224 BCM94360Z3 BCM94360Z4 - 无线网卡:DW1820A Intel7265AC IntelAX200 BCM943224 BCM94360Z3 BCM94360Z4 BCM94360CD BCM94360CS2
- 注意⚠️:对于ThinkPad X250、T450、T450s,苹果网卡只有BCM94360CD能在WIN10中被正常驱动,其它苹果网卡在WIN10中无法搜索到任何信号。
``` ```
## 安装和BIOS设置 ## 安装和BIOS设置
@@ -96,7 +99,7 @@
- [x] 扩展坞 DisplayPort - [x] 扩展坞 DisplayPort
- [x] 扩展坞 DVI - [x] 扩展坞 DVI
- [x] 扩展坞 HDMI - [x] 扩展坞 HDMI
- [x] Sidecar - [x] Sidecar (开启Sidecar可能导致系统不稳定,默认为关闭状态)。
</details> </details>
@@ -117,7 +120,22 @@
- 2.因为DVMT限制,最大分辨率只有2K-60hz,如果你的屏幕分辨率超过了2K-60hz,那么将会黑屏。 - 2.因为DVMT限制,最大分辨率只有2K-60hz,如果你的屏幕分辨率超过了2K-60hz,那么将会黑屏。
- 3.在关闭WI-FI的情况下进行睡眠,Wi-Fi无法打开,需要再进行一次睡眠才可以打开。 - 3.在关闭WI-FI的情况下进行睡眠,Wi-Fi无法打开,需要再进行一次睡眠才可以打开。
- 4.扩展坞图形接口没有音频输出。 - 4.扩展坞图形接口没有音频输出。
- 5.部分用户反映了睡眠问题 - 5.开启Sidecar会导致系统随机冻结
- 6.ThinkPad X1 Carbon 3rd 的扩展坞无法使用以太网接口,因为macOS中没用对应的驱动程序支持。
- 7.在macOS Monterey中隔空投送只能接收不能发送。
- 8.在macOS Monterey中蓝牙存在一些问题,目前还没有解决方法。
</details>
<details>
<summary><strong>关于蓝牙</strong></summary>
</br>
- 1.因为Apple修改了macOS Monterey 中蓝牙堆栈,导致在macOS Monterey中蓝牙无法正常使用。
- 2.在macOS Monterey中请使用 BrcmBluetoothInjector.kext + BlueToolFixup.kext 来驱动Brcm蓝牙。
- 3.在macOS Monterey中请使用 IntelBluetoothFirmware.kext + BlueToolFixup.kext 来驱动Intel蓝牙。
- 4.即使在macOS Monterey中驱动了蓝牙也只能使用部分功能。
- 5.参考:https://github.com/acidanthera/bugtracker/issues/1821
</details> </details>
@@ -135,10 +153,11 @@
<summary><strong>关于扩展坞</strong></summary> <summary><strong>关于扩展坞</strong></summary>
</br> </br>
_ 注意⚠️ThinkPad X1 Carbon 3rd 的扩展坞(DU9026S1)无法使用以太网接口,因为macOS中没用对应的驱动程序支持。
- ThinkPad X250 ThinkPad T450 ThinkPad T450s的扩展坞(40A1、40A2)可以正常使用。
- 使用扩展坞会导致睡眠出现问题,解决方法是在 config.plist->ACPI 中勾选 SSDT-IGBE 补丁。 - 使用扩展坞会导致睡眠出现问题,解决方法是在 config.plist->ACPI 中勾选 SSDT-IGBE 补丁。
- 使用 SSDT-IGBE 补丁无法使用翻盖模式。 - 使用 SSDT-IGBE 补丁无法使用翻盖模式。
- 最多可同时连接三台显示器(包括内置显示器)。 - 最多可同时连接三台显示器(包括内置显示器)。
- 扩展坞已完美适配,但还需要一些测试。
![Docking](./picture/Docking.png) ![Docking](./picture/Docking.png)
</details> </details>
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Mount point
MNT="/Volumes/EFITest"
dot_clean .
rsync --progress -r -u ./EFI/* "${MNT}/EFI"
# cp -r -u ./EFI/* "${MNT}/EFI"
BIN
View File
Binary file not shown.