From 87a2def478fc1481d4291855588b7a88be34e7b6 Mon Sep 17 00:00:00 2001 From: donneypr Date: Tue, 17 Dec 2024 16:39:51 -0500 Subject: [PATCH] Added IPhone 15 line-up to devicelist.ts --- desktop-app/src/common/deviceList.ts | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/desktop-app/src/common/deviceList.ts b/desktop-app/src/common/deviceList.ts index 5cf7f18c..3803023d 100644 --- a/desktop-app/src/common/deviceList.ts +++ b/desktop-app/src/common/deviceList.ts @@ -259,6 +259,45 @@ export const defaultDevices: Device[] = [ isTouchCapable: true, isMobileCapable: true, }, + { + id: '10019', + name: 'iPhone 15', + width: 393, + height: 852, + dpr: 3, + capabilities: ['touch', 'mobile'], + userAgent: + 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1', + type: 'phone', + isTouchCapable: true, + isMobileCapable: true, + }, + { + id: '10020', + name: 'iPhone 15 Plus', + width: 430, + height: 932, + dpr: 3, + capabilities: ['touch', 'mobile'], + userAgent: + 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1', + type: 'phone', + isTouchCapable: true, + isMobileCapable: true, + }, + { + id: '10021', + name: 'iPhone 15 Pro', + 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: '20001', name: 'Nexus 4',