From 00832f9d2b3c6bcbf9a3e0249d984cc0709e874a Mon Sep 17 00:00:00 2001 From: Julian-TMD Date: Thu, 25 Sep 2025 10:43:19 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Erg=C3=A4nzung=20von=203=20iPads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dataset/ipads.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/dataset/ipads.json b/dataset/ipads.json index fbcc76c..c7f288c 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -403,5 +403,21 @@ "deviceType": "Tablet", "processorFamily": "A12Z", "readableName": "iPad Pro 4 (11-inch) (2nd generation) (WiFi)" - } + } , + "iPad14,8": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air M2 (11-inch) (Wi-Fi)" + }, + "iPad15,3": { + "deviceType": "Tablet", + "processorFamily": "M3", + "readableName": "iPad Air M3 (11-inch) (Wi-Fi)" + }, + "iPad15,7": { + "deviceType": "Tablet", + "processorFamily": "A16", + "readableName": "iPad (11th generation) (Wi-Fi)" + } + } From b859519e8b131b272341f98823f2bbb748873d34 Mon Sep 17 00:00:00 2001 From: Julian-TMD Date: Thu, 25 Sep 2025 10:49:06 +0200 Subject: [PATCH 2/2] Format angepasst --- dataset/ipads.json | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/dataset/ipads.json b/dataset/ipads.json index c7f288c..d72726e 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -403,21 +403,20 @@ "deviceType": "Tablet", "processorFamily": "A12Z", "readableName": "iPad Pro 4 (11-inch) (2nd generation) (WiFi)" - } , - "iPad14,8": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air M2 (11-inch) (Wi-Fi)" - }, - "iPad15,3": { - "deviceType": "Tablet", - "processorFamily": "M3", - "readableName": "iPad Air M3 (11-inch) (Wi-Fi)" - }, - "iPad15,7": { - "deviceType": "Tablet", - "processorFamily": "A16", - "readableName": "iPad (11th generation) (Wi-Fi)" - } - -} + }, + "iPad14,8": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air M2 (11-inch) (Wi-Fi)" + }, + "iPad15,3": { + "deviceType": "Tablet", + "processorFamily": "M3", + "readableName": "iPad Air M3 (11-inch) (Wi-Fi)" + }, + "iPad15,7": { + "deviceType": "Tablet", + "processorFamily": "A16", + "readableName": "iPad (11th generation) (Wi-Fi)" + } +} \ No newline at end of file