mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add some more ogryzek device identifiers.
This commit is contained in:
parent
5994629ccd
commit
3601576b3f
@ -305,6 +305,14 @@ static const char* DecodeIosDevice( const char* id )
|
|||||||
"iPhone14,4", "iPhone 13 Mini",
|
"iPhone14,4", "iPhone 13 Mini",
|
||||||
"iPhone14,5", "iPhone 13",
|
"iPhone14,5", "iPhone 13",
|
||||||
"iPhone14,6", "iPhone SE 3rd Gen",
|
"iPhone14,6", "iPhone SE 3rd Gen",
|
||||||
|
"iPhone14,7", "iPhone 14",
|
||||||
|
"iPhone14,8", "iPhone 14 Plus",
|
||||||
|
"iPhone15,2", "iPhone 14 Pro",
|
||||||
|
"iPhone15,3", "iPhone 14 Pro Max",
|
||||||
|
"iPhone15,4", "iPhone 15",
|
||||||
|
"iPhone15,5", "iPhone 15 Plus",
|
||||||
|
"iPhone16,1", "iPhone 15 Pro",
|
||||||
|
"iPhone16,2", "iPhone 15 Pro Max",
|
||||||
"iPad1,1", "iPad (A1219/A1337)",
|
"iPad1,1", "iPad (A1219/A1337)",
|
||||||
"iPad2,1", "iPad 2 (A1395)",
|
"iPad2,1", "iPad 2 (A1395)",
|
||||||
"iPad2,2", "iPad 2 (A1396)",
|
"iPad2,2", "iPad 2 (A1396)",
|
||||||
@ -365,6 +373,8 @@ static const char* DecodeIosDevice( const char* id )
|
|||||||
"iPad11,4", "iPad Air 3rd gen (A2123/A2153/A2154)",
|
"iPad11,4", "iPad Air 3rd gen (A2123/A2153/A2154)",
|
||||||
"iPad11,6", "iPad 8th gen (WiFi)",
|
"iPad11,6", "iPad 8th gen (WiFi)",
|
||||||
"iPad11,7", "iPad 8th gen (WiFi+Cellular)",
|
"iPad11,7", "iPad 8th gen (WiFi+Cellular)",
|
||||||
|
"iPad12,1", "iPad 9th Gen (WiFi)",
|
||||||
|
"iPad12,2", "iPad 9th Gen (WiFi+Cellular)",
|
||||||
"iPad13,1", "iPad Air 4th gen (WiFi)",
|
"iPad13,1", "iPad Air 4th gen (WiFi)",
|
||||||
"iPad13,2", "iPad Air 4th gen (WiFi+Cellular)",
|
"iPad13,2", "iPad Air 4th gen (WiFi+Cellular)",
|
||||||
"iPad13,4", "iPad Pro 11\" 3rd gen",
|
"iPad13,4", "iPad Pro 11\" 3rd gen",
|
||||||
@ -377,6 +387,14 @@ static const char* DecodeIosDevice( const char* id )
|
|||||||
"iPad13,11", "iPad Pro 12.9\" 5th gen",
|
"iPad13,11", "iPad Pro 12.9\" 5th gen",
|
||||||
"iPad13,16", "iPad Air 5th Gen (WiFi)",
|
"iPad13,16", "iPad Air 5th Gen (WiFi)",
|
||||||
"iPad13,17", "iPad Air 5th Gen (WiFi+Cellular)",
|
"iPad13,17", "iPad Air 5th Gen (WiFi+Cellular)",
|
||||||
|
"iPad13,18", "iPad 10th Gen",
|
||||||
|
"iPad13,19", "iPad 10th Gen",
|
||||||
|
"iPad14,1", "iPad mini 6th Gen (WiFi)",
|
||||||
|
"iPad14,2", "iPad mini 6th Gen (WiFi+Cellular)",
|
||||||
|
"iPad14,3", "iPad Pro 11\" 4th Gen",
|
||||||
|
"iPad14,4", "iPad Pro 11\" 4th Gen",
|
||||||
|
"iPad14,5", "iPad Pro 12.9\" 6th Gen",
|
||||||
|
"iPad14,6", "iPad Pro 12.9\" 6th Gen",
|
||||||
"iPod1,1", "iPod Touch",
|
"iPod1,1", "iPod Touch",
|
||||||
"iPod2,1", "iPod Touch 2nd gen",
|
"iPod2,1", "iPod Touch 2nd gen",
|
||||||
"iPod3,1", "iPod Touch 3rd gen",
|
"iPod3,1", "iPod Touch 3rd gen",
|
||||||
|
Loading…
Reference in New Issue
Block a user