From 97e76499afcdca804411220e00f60e45fd5e0083 Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Sun, 4 May 2025 06:56:19 +0200 Subject: [PATCH 1/3] Add iPad Air M2 devices --- dataset/ipads.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dataset/ipads.json b/dataset/ipads.json index fbcc76c..07bc144 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -144,6 +144,26 @@ "processorFamily": "", "readableName": "iPad Pro 12.9-inch (6th generation) (WiFi+Cellular)" }, + "iPad14,8": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 11 inch 6th Gen (WiFi)" + }, + "iPad14,9": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 11 inch 6th Gen (WiFi+Cellular)" + }, + "iPad14,10": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi)" + }, + "iPad14,11": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi+Cellular)" + }, "iPad2,1": { "deviceType": "Tablet", "processorFamily": "A5", From 40aaeeaccf7bf0900be704618a03dcbbe3061b63 Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Sun, 4 May 2025 07:00:07 +0200 Subject: [PATCH 2/3] Fix indentations --- dataset/ipads.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dataset/ipads.json b/dataset/ipads.json index 07bc144..2ab1760 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -144,26 +144,26 @@ "processorFamily": "", "readableName": "iPad Pro 12.9-inch (6th generation) (WiFi+Cellular)" }, - "iPad14,8": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 11 inch 6th Gen (WiFi)" - }, - "iPad14,9": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 11 inch 6th Gen (WiFi+Cellular)" - }, - "iPad14,10": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 13 inch 6th Gen (WiFi)" - }, - "iPad14,11": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 13 inch 6th Gen (WiFi+Cellular)" - }, + "iPad14,8": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 11 inch 6th Gen (WiFi)" + }, + "iPad14,9": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 11 inch 6th Gen (WiFi+Cellular)" + }, + "iPad14,10": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi)" + }, + "iPad14,11": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi+Cellular)" + }, "iPad2,1": { "deviceType": "Tablet", "processorFamily": "A5", From 42bbd876fa97a1487bbd3ff86faea158000d7023 Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Sun, 4 May 2025 07:02:47 +0200 Subject: [PATCH 3/3] Apply code style --- dataset/ipads.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dataset/ipads.json b/dataset/ipads.json index 2ab1760..e64b947 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -119,6 +119,16 @@ "processorFamily": "A15 Bionic", "readableName": "iPad mini (6th generation) (WiFi)" }, + "iPad14,10": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi)" + }, + "iPad14,11": { + "deviceType": "Tablet", + "processorFamily": "M2", + "readableName": "iPad Air 13 inch 6th Gen (WiFi+Cellular)" + }, "iPad14,2": { "deviceType": "Tablet", "processorFamily": "A15 Bionic", @@ -154,16 +164,6 @@ "processorFamily": "M2", "readableName": "iPad Air 11 inch 6th Gen (WiFi+Cellular)" }, - "iPad14,10": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 13 inch 6th Gen (WiFi)" - }, - "iPad14,11": { - "deviceType": "Tablet", - "processorFamily": "M2", - "readableName": "iPad Air 13 inch 6th Gen (WiFi+Cellular)" - }, "iPad2,1": { "deviceType": "Tablet", "processorFamily": "A5",