Skip to content

Commit 2998a89

Browse files
authored
fix: update Width and Height for iPad Mini 7 (#1522)
Update the Width and Height for iPad Mini 7
1 parent 0fd3828 commit 2998a89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/device-managers/IOSDeviceType.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,16 @@ export const IOSDeviceInfoMap: any = {
511511
Height: '1133',
512512
Model: 'iPad Mini 6',
513513
},
514+
'iPad16,1': {
515+
Width: '744',
516+
Height: '1133',
517+
Model: 'iPad Mini 7(A17 Pro)',
518+
},
519+
'iPad16,2': {
520+
Width: '744',
521+
Height: '1133',
522+
Model: 'iPad Mini 7(A17 Pro)',
523+
},
514524
'iPad12,1': {
515525
Width: '810',
516526
Height: '1080',

0 commit comments

Comments
 (0)