Skip to content

Commit

Permalink
Add missing device model
Browse files Browse the repository at this point in the history
  • Loading branch information
AnbalaganD committed Oct 19, 2024
1 parent 03fcf3a commit af6fb7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Sources/iModels/Classes/Device.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ public enum Device {
case "iPhone15,5": "iPhone 15 Plus"
case "iPhone16,1": "iPhone 15 Pro"
case "iPhone16,2": "iPhone 15 Pro Max"
case "iPhone17,1": "iPhone 16 Pro"
case "iPhone17,2": "iPhone 16 Pro Max"
case "iPhone17,3": "iPhone 16"
case "iPhone17,4": "iPhone 16 Plus"

case "iPod1,1": "1st Gen iPod"
case "iPod2,1": "2nd Gen iPod"
Expand Down Expand Up @@ -220,6 +224,10 @@ public enum Device {
case "Watch7,3": "Apple Watch Series 9 41mm case (GPS+Cellular)"
case "Watch7,4": "Apple Watch Series 9 45mm case (GPS+Cellular)"
case "Watch7,5": "Apple Watch Ultra 2"
case "Watch7,8": "Apple Watch Series 10 (GPS)"
case "Watch7,9": "Apple Watch Series 10 (GPS)"
case "Watch7,10": "Apple Watch Series 10 (GPS + Cellular)"
case "Watch7,11": "Apple Watch Series 10 (GPS + Cellular)"
default: identifier
}
#endif
Expand Down

0 comments on commit af6fb7e

Please sign in to comment.