Added iPhone 12/13 Pro Max & iPhone 12/13 Pro

Added iPhone 12/13 Pro Max & iPhone 12/13 Pro, based on specs from https://blisk.io/devices.
This commit is contained in:
Dustin Dauncey 2022-06-01 22:40:56 -07:00 committed by GitHub
parent 09cdd798a1
commit f26f3c0252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1721,6 +1721,76 @@ export default {
],
},
},
{
id: '46',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 12/13 Pro Max',
screen: {
horizontal: {
width: 926,
height: 428,
},
'device-pixel-ratio': 2,
vertical: {
width: 428,
height: 926,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
{
id: '47',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 12/13 Pro',
screen: {
horizontal: {
width: 844,
height: 390,
},
'device-pixel-ratio': 2,
vertical: {
width: 390,
height: 844,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
],
dependencies: ['emulation'],
scripts: [],