Skip to content

Commit

Permalink
Fixed the SMBIOS list that is supported by macserial executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Jan 11, 2021
1 parent f504977 commit e79376f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions OC Gen-X/MainVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MainVC: NSViewController {
uefi: uefi(apfs: apfs(), audio: audio(), input: input(), output: output(), protocols: protocols(), quirks: uQuirks(), reservedMemory: [reservedMemory()])
)

var agpmSmbiosList = ["MacPro4,1", "MacPro5,1", "MacPro6,1", "MacPro7,1", "iMac10,1", "iMac11,1", "iMac11,2", "iMac11,3", "iMac12,1", "iMac12,2", "iMac13,1", "iMac13,2", "iMac13,3", "iMac14,1", "iMac14,2", "iMac14,3", "iMac14,4", "iMac15,1", "iMac15,2", "iMac16,1", "iMac16,2", "iMac17,1", "iMac18,1", "iMac18,2", "iMac18,3", "iMac19,1", "iMac19,2", "iMac20,1", "iMac20,2", "iMacPro1,1",]
var agpmSmbiosList = ["MacPro4,1", "MacPro5,1", "MacPro6,1", "MacPro7,1", "iMac10,1", "iMac11,1", "iMac11,2", "iMac11,3", "iMac12,1", "iMac12,2", "iMac13,1", "iMac13,2", "iMac13,3", "iMac14,1", "iMac14,2", "iMac14,3", "iMac14,4", "iMac15,1", "iMac16,1", "iMac16,2", "iMac17,1", "iMac18,1", "iMac18,2", "iMac18,3", "iMac19,1", "iMac19,2", "iMac20,1", "iMac20,2", "iMacPro1,1",]

var AMDDictionary = [
"RX 5600XT": "Vendor1002Device731F",
Expand Down Expand Up @@ -1068,7 +1068,7 @@ class MainVC: NSViewController {
}

if (snInput != nil) {
config.platFormInfo.generic.systemSerialNumber = snInput.stringValue
config.platFormInfo.generic.systemSerialNumber = modelInput.titleOfSelectedItem!
}

if (mlbInput != nil) {
Expand Down

0 comments on commit e79376f

Please sign in to comment.