Fix output on iMac7,1 and 8,1

This commit is contained in:
Mykola Grymalyuk
2021-03-28 17:15:09 -06:00
parent c9d7267280
commit 41733124db
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
- OpenCore a57d8df (0.6.8 rolling - 2021-03-28) - OpenCore a57d8df (0.6.8 rolling - 2021-03-28)
- Move Apple binaries to dedicated repo and allow custom repos - Move Apple binaries to dedicated repo and allow custom repos
- Reduces App size 1/5th compared to 0.0.19 - Reduces App size 1/5th compared to 0.0.19
- Fix OpenCanopy support on iMac7,1 and 8,1
## 0.0.19 ## 0.0.19
- Add SMC-Spoof.kext to avoid triggering `smcupdater` - Add SMC-Spoof.kext to avoid triggering `smcupdater`
+3
View File
@@ -705,7 +705,10 @@ NightShiftExclude = [
] ]
UGAtoGOP = [ UGAtoGOP = [
"MacBook4,1",
"MacBookPro4,1", "MacBookPro4,1",
"iMac7,1",
"iMac8,1",
"MacPro3,1" "MacPro3,1"
] ]