Update UIDeviceModelNames/Classes/UIDeviceModelNames.swift
Add new iphones/ipads and update apple tv
This commit is contained in:
parent
be5196df53
commit
a4ab3345e4
@ -71,6 +71,10 @@ public class UIDeviceModelNames {
|
||||
case "iPhone14,8": return "iPhone 14 Plus"
|
||||
case "iPhone15,2": return "iPhone 14 Pro"
|
||||
case "iPhone15,3": return "iPhone 14 Pro Max"
|
||||
case "iPhone15,4": return "iPhone 15"
|
||||
case "iPhone15,5": return "iPhone 15 Plus"
|
||||
case "iPhone16,1": return "iPhone 15 Pro"
|
||||
case "iPhone16,2": return "iPhone 15 Pro Max"
|
||||
|
||||
case "iPad1,1": return "iPad"
|
||||
case "iPad2,1", "iPad2,2", "iPad2,3", "iPad2,4": return "iPad 2"
|
||||
@ -81,6 +85,7 @@ public class UIDeviceModelNames {
|
||||
case "iPad7,11", "iPad7,12": return "iPad (7th generation)"
|
||||
case "iPad11,6", "iPad11,7": return "iPad (8th generation)"
|
||||
case "iPad12,1", "iPad12,2": return "iPad (9th generation)"
|
||||
case "iPad13,18", "iPad13,19": return "iPad (10th generation)"
|
||||
|
||||
case "iPad2,5", "iPad2,6", "iPad2,7": return "iPad mini"
|
||||
case "iPad4,4", "iPad4,5", "iPad4,6": return "iPad mini 2"
|
||||
@ -100,14 +105,21 @@ public class UIDeviceModelNames {
|
||||
case "iPad8,1", "iPad8,2", "iPad8,3", "iPad8,4": return "iPad Pro (11-inch)"
|
||||
case "iPad8,9", "iPad8,10": return "iPad Pro (11-inch) (2nd generation)"
|
||||
case "iPad13,4", "iPad13,5", "iPad13,6", "iPad13,7": return "iPad Pro (11-inch) (3rd generation)"
|
||||
case "iPad14,3", "iPad14,4": return "iPad Pro (11-inch) (4th generation)"
|
||||
case "iPad6,7", "iPad6,8": return "iPad Pro (12.9-inch)"
|
||||
case "iPad7,1", "iPad7,2": return "iPad Pro (12.9-inch) (2nd generation)"
|
||||
case "iPad8,5", "iPad8,6", "iPad8,7", "iPad8,8": return "iPad Pro (12.9-inch) (3rd generation)"
|
||||
case "iPad8,11", "iPad8,12": return "iPad Pro (12.9-inch) (4th generation)"
|
||||
case "iPad13,8", "iPad13,9", "iPad13,10", "iPad13,11": return "iPad Pro (12.9-inch) (5th generation)"
|
||||
case "iPad14,5", "iPad14,6": return "iPad Pro (12.9-inch) (6th generation)"
|
||||
|
||||
case "AppleTV5,3": return "Apple TV"
|
||||
case "AppleTV1,1": return "Apple TV"
|
||||
case "AppleTV2,1": return "Apple TV (2nd generation)"
|
||||
case "AppleTV3,1", "AppleTV3,2": return "Apple TV (3rd generation)"
|
||||
case "AppleTV5,3": return "Apple TV (4th generation)"
|
||||
case "AppleTV6,2": return "Apple TV 4K"
|
||||
case "AppleTV11,1": return "Apple TV 4K (2nd generation)"
|
||||
case "AppleTV14,1": return "Apple TV 4K (3rd generation)"
|
||||
|
||||
case "AudioAccessory1,1": return "HomePod"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user