Skip to content

Commit f46418f

Browse files
fix: update screen size for iPad Pro 13-inch (#1549)
* fix: ios port forwarding for real device * update package lock * fix: update screen size for iPad Pro 13-inch
1 parent 93f22dd commit f46418f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/device-managers/IOSDeviceType.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,23 +235,23 @@ export const IOSDeviceInfoMap: any = {
235235
Model: 'iPhone 16',
236236
},
237237

238-
'iPhone17,4': {
238+
'iPhone17,4': {
239239
Width: '430',
240240
Height: '932',
241241
Model: 'iPhone 16 Plus',
242242
},
243-
'iPhone17,1': {
243+
'iPhone17,1': {
244244
Width: '402',
245245
Height: '874',
246246
Model: 'iPhone 16 Pro',
247247
},
248248

249-
'iPhone17,2': {
249+
'iPhone17,2': {
250250
Width: '440',
251251
Height: '956',
252252
Model: 'iPhone 16 Pro Max',
253253
},
254-
'iPad4,1': {
254+
'iPad4,1': {
255255
Width: '768',
256256
Height: '1024',
257257
Model: 'iPad Air',
@@ -572,13 +572,13 @@ export const IOSDeviceInfoMap: any = {
572572
Model: 'iPad (10th Gen)',
573573
},
574574
'iPad16,6': {
575-
Width: '820',
576-
Height: '1180',
575+
Width: '1024',
576+
Height: '1366',
577577
Model: 'iPad Pro 13-inch (M4) Wi-Fi + Cellular',
578578
},
579579
'iPad16,5': {
580-
Width: '820',
581-
Height: '1180',
580+
Width: '1024',
581+
Height: '1366',
582582
Model: 'iPad Pro 13-inch (M4) Wi-Fi',
583583
},
584584
'iPad16,4': {

0 commit comments

Comments
 (0)