Skip to content

Commit

Permalink
feat: add iMac12,1 and iMac13,1 to the device list (exelban#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban authored and gmcinalli committed Feb 28, 2022
1 parent f4b2d86 commit 290febe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StatsKit/SystemKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ let deviceDict: [String: model_s] = [
"MacPro7,1": model_s(name: "Mac Pro (2019)", year: 2019, type: .macPro),

// iMac
"iMac12,1": model_s(name: "iMac 27-Inch (Mid 2011)", year: 2011, type: .imac),
"iMac13,1": model_s(name: "iMac 21.5-Inch (Late 2012)", year: 2012, type: .imac),
"iMac13,2": model_s(name: "iMac 27-Inch (Late 2012)", year: 2012, type: .imac),
"iMac14,2": model_s(name: "iMac 27-Inch (Late 2013)", year: 2013, type: .imac),
"iMac15,1": model_s(name: "iMac 27-Inch (5K, Late 2014)", year: 2014, type: .imac),
Expand Down

0 comments on commit 290febe

Please sign in to comment.