diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c37f31d..2af9a5378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - OpenCore a57d8df (0.6.8 rolling - 2021-03-28) - Move Apple binaries to dedicated repo and allow custom repos - Reduces App size 1/5th compared to 0.0.19 +- Fix OpenCanopy support on iMac7,1 and 8,1 ## 0.0.19 - Add SMC-Spoof.kext to avoid triggering `smcupdater` diff --git a/Resources/ModelArray.py b/Resources/ModelArray.py index 5155b8da2..de8a8b9c9 100644 --- a/Resources/ModelArray.py +++ b/Resources/ModelArray.py @@ -705,7 +705,10 @@ NightShiftExclude = [ ] UGAtoGOP = [ + "MacBook4,1", "MacBookPro4,1", + "iMac7,1", + "iMac8,1", "MacPro3,1" ]