Set iMacPro1,1 SMBIOS for Mac Pro and Xserve

This commit is contained in:
Mykola Grymalyuk
2021-08-10 16:02:45 -06:00
parent ff4a19b268
commit 3298625351
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
- Currently experimental
- Allow disabling of faulty Thunderbolt controllers on 2013-2014 MacBook Pros
- Currently limited to MacBookPro11,x
- Set iMacPro1,1 SMBIOS for Mac Pro and Xserve models
- Allows for wider array of OS support (High Sierra+)
## 0.2.4

View File

@@ -59,7 +59,7 @@ class BuildOpenCore:
elif model in ModelArray.iMac_iGPU:
return "iMac16,1"
elif model in ModelArray.MacPro:
return "MacPro7,1"
return "iMacPro1,1"
else:
return model