From bda88f7cf00117f6ee3b31dbd5e768419bb606cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zi=C3=B3=C5=82kowski?= Date: Thu, 12 Dec 2024 11:54:16 +0100 Subject: [PATCH] Update default-devices.json --- configs/default-devices.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/configs/default-devices.json b/configs/default-devices.json index 3ed9411a..add8883e 100644 --- a/configs/default-devices.json +++ b/configs/default-devices.json @@ -2,27 +2,10 @@ "exclude": ["ManyStories"], "devices": [ { - "id": "pixel.7.pro", - "osVersion": "13", "osLocale": "en_US", - "osTheme": "light" - }, - { - "id": "pixel.tablet", - "osVersion": "13", - "osLocale": "fr_FR", - "osTheme": "dark" - }, - { - "id": "iphone.13.mini", - "osVersion": "15", - "osLocale": "en_US", - "osTheme": "dark" - }, - { - "id": "ipad.pro.13.m4", + "id": "iphone.15.pro", "osVersion": "17", - "osLocale": "en_US", + "osLocale": "fr_CH", "osTheme": "light" } ]