fix: corrected the year of MacPro5,1 (#998)

This commit is contained in:
Serhiy Mytrovtsiy
2022-07-14 21:08:05 +02:00
parent e6ab321c75
commit 3f95347d4a

View File

@@ -384,7 +384,7 @@ let deviceDict: [String: model_s] = [
"Mac13,2": model_s(name: "Mac Studio (M1 Ultra)", year: 2022, type: .macStudio),
// Mac Pro
"MacPro5,1": model_s(name: "Mac Pro (2012)", year: 2010, type: .macPro),
"MacPro5,1": model_s(name: "Mac Pro (2010/2012)", year: 2010, type: .macPro),
"MacPro6,1": model_s(name: "Mac Pro (Late 2013)", year: 2016, type: .macPro),
"MacPro7,1": model_s(name: "Mac Pro (2019)", year: 2019, type: .macPro),