Skip to content

Commit 83630c6

Browse files
authored
feat(device_info_plus): Add MacBook Pro (14-inch, 2025) identifier
1 parent 9115463 commit 83630c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/device_info_plus/device_info_plus/macos/device_info_plus/Sources/device_info_plus/DeviceIdentifiers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func getMacModelName(modelNumber: String) -> String {
5353
case "Mac15,3": return "MacBook Pro (14-inch, 2023)"
5454
case "Mac15,6", "Mac15,8", "Mac15,10": return "MacBook Pro (14-inch, 2023)"
5555
case "Mac15,7", "Mac15,9", "Mac15,11": return "MacBook Pro (16-inch, 2023)"
56+
case "Mac17,2": return "MacBook Pro (14-inch, 2025)"
5657

5758
// iMac models (2013 and later)
5859
case "iMac13,1": return "iMac (21.5-inch, 2013)"

0 commit comments

Comments
 (0)