From 41733124db1a65883463f7e6d0ebf1ba0d422026 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 28 Mar 2021 17:15:09 -0600 Subject: [PATCH] Fix output on iMac7,1 and 8,1 --- CHANGELOG.md | 1 + Resources/ModelArray.py | 3 +++ 2 files changed, 4 insertions(+) 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" ]