mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Set iMacPro1,1 SMBIOS for Mac Pro and Xserve
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user