Skip to content

Commit

Permalink
added iphone16 lineup
Browse files Browse the repository at this point in the history
  • Loading branch information
donneypr committed Dec 24, 2024
1 parent c439597 commit 2c5bdeb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions desktop-app/src/common/deviceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,45 @@ export const defaultDevices: Device[] = [
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10022',
name: 'iPhone 16',
width: 393,
height: 852,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10023',
name: 'iPhone 16 Plus',
width: 430,
height: 932,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10024',
name: 'iPhone 16 Pro',
width: 393,
height: 852,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},

Check failure on line 339 in desktop-app/src/common/deviceList.ts

View workflow job for this annotation

GitHub Actions / test (macos-latest)

Delete `··`
{
id: '20001',
name: 'Nexus 4',
Expand Down

0 comments on commit 2c5bdeb

Please sign in to comment.