Skip to content

Commit

Permalink
fix: fixed Mac16,8 screen size (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Jan 11, 2025
1 parent 3e05656 commit 7edcee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kit/plugins/SystemKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ let deviceDict: [String: model_s] = [
"Mac16,5": model_s(name: "MacBook Pro 16\" (M4 Max)", year: 2024, type: .macbookPro),
"Mac16,6": model_s(name: "MacBook Pro 14\" (M4 Max, 16 CPU/40 GPU)", year: 2024, type: .macbookPro),
"Mac16,7": model_s(name: "MacBook Pro 16\" (M4 Pro, 14 CPU/20 GPU)", year: 2024, type: .macbookPro),
"Mac16,8": model_s(name: "MacBook Pro 16\" (M4 Pro)", year: 2024, type: .macbookPro)
"Mac16,8": model_s(name: "MacBook Pro 14\" (M4 Pro)", year: 2024, type: .macbookPro)
]

let osDict: [String: String] = [
Expand Down

0 comments on commit 7edcee8

Please sign in to comment.