mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: corrected identify iMac 12,1 and 12,2 (#2588)
Signed-off-by: Levi <13402525+LeviSnoot@users.noreply.github.com>
This commit is contained in:
@@ -608,7 +608,8 @@ let deviceDict: [String: model_s] = [
|
||||
"Mac14,8": model_s(name: "Mac Pro (M2 Ultra)", year: 2023, type: .macPro),
|
||||
|
||||
// iMac
|
||||
"iMac12,1": model_s(name: "iMac 27-Inch", year: 2011, type: .iMac),
|
||||
"iMac12,1": model_s(name: "iMac 21.5-Inch", year: 2011, type: .iMac),
|
||||
"iMac12,2": model_s(name: "iMac 27-Inch", year: 2011, type: .iMac),
|
||||
"iMac13,1": model_s(name: "iMac 21.5-Inch", year: 2012, type: .iMac),
|
||||
"iMac13,2": model_s(name: "iMac 27-Inch", year: 2012, type: .iMac),
|
||||
"iMac14,2": model_s(name: "iMac 27-Inch", year: 2013, type: .iMac),
|
||||
|
||||
Reference in New Issue
Block a user