Skip to content

Commit

Permalink
Update IOSDeviceType.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
erdncyz authored Sep 26, 2024
1 parent b1a451b commit b4b19cb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/device-managers/IOSDeviceType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,26 @@ export const IOSDeviceInfoMap: any = {
Height: '932',
Model: 'iPhone 15 Pro Max',
},
// iPads
'iPhone16,4': {
Width: '393',
Height: '852',
Model: 'iPhone 16',
},
'iPhone16,5': {
Width: '430',
Height: '932',
Model: 'iPhone 16 Plus',
},
'iPhone16,1': {
Width: '393',
Height: '852',
Model: 'iPhone 16 Pro',
},
'iPhone16,2': {
Width: '430',
Height: '932',
Model: 'iPhone 16 Pro Max',
},
'iPad4,1': {
Width: '768',
Height: '1024',
Expand Down

0 comments on commit b4b19cb

Please sign in to comment.