From b9fec512f55ddbd0e2a0e6074df2e3a5f5037669 Mon Sep 17 00:00:00 2001 From: Eden Date: Fri, 17 Jul 2026 10:37:57 +1000 Subject: [PATCH 1/2] Add current gen macs and iPads - Jul 2026 --- dataset/ipads.json | 20 ++++++++++++++++++++ dataset/macs.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/dataset/ipads.json b/dataset/ipads.json index 15f67ac..a49511a 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -224,6 +224,26 @@ "processorFamily": "M4", "readableName": "iPad Pro 13-inch (5th generation) (WiFi+Cellular)" }, + "iPad16,8": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 11-inch (8th generation) (WiFi)" + }, + "iPad16,9": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 11-inch (8th generation) (WiFi+Cellular)" + }, + "iPad16,10": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 13-inch (8th generation) (WiFi)" + }, + "iPad16,11": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 13-inch (8th generation) (WiFi+Cellular)" + }, "iPad17,1": { "deviceType": "Tablet", "processorFamily": "M5", diff --git a/dataset/macs.json b/dataset/macs.json index 9bfcb6b..a3635fb 100644 --- a/dataset/macs.json +++ b/dataset/macs.json @@ -269,12 +269,54 @@ "readableName": "MacBook Pro (14-inch, M5, 2025)", "systemFirstRelease": "15.1" }, + "Mac17,3": { + "deviceType": "Laptop", + "processorFamily": "M5", + "processorType": "Apple Silicon", + "readableName": "MacBook Air (13-inch, M5, 2026)", + "systemFirstRelease": "26.3" + }, + "Mac17,4": { + "deviceType": "Laptop", + "processorFamily": "M5", + "processorType": "Apple Silicon", + "readableName": "MacBook Air (15-inch, M5, 2026)", + "systemFirstRelease": "26.3" + }, "Mac17,5": { "deviceType": "Laptop", "processorType": "A18 Pro", "readableName": "Apple MacBook Neo A18 Pro 6 CPU/5 GPU 13 inch", "systemFirstRelease": "26.3.0" }, + "Mac17,6": { + "deviceType": "Laptop", + "processorFamily": "M5 Pro", + "processorType": "Apple Silicon", + "readableName": "Apple MacBook Pro (16-inch, M5 Max, 2026)", + "systemFirstRelease": "26.3.1" + }, + "Mac17,7": { + "deviceType": "Laptop", + "processorFamily": "M5 Max", + "processorType": "Apple Silicon", + "readableName": "Apple MacBook Pro (14-inch, M5 Max, 2026)", + "systemFirstRelease": "26.3.1" + }, + "Mac17,8": { + "deviceType": "Laptop", + "processorFamily": "M5 Pro", + "processorType": "Apple Silicon", + "readableName": "Apple MacBook Pro (16-inch, M5 Pro, 2026)", + "systemFirstRelease": "26.3.1" + }, + "Mac17,9": { + "deviceType": "Laptop", + "processorFamily": "M5 Pro", + "processorType": "Apple Silicon", + "readableName": "Apple MacBook Pro (14-inch, M5 Pro, 2026)", + "systemFirstRelease": "26.3.1" + }, "MacBook10,1": { "deviceType": "Laptop", "processorType": "Intel", From 6e0f003cd0bdc05773de46e892d49f92f010d7c2 Mon Sep 17 00:00:00 2001 From: Eden Date: Fri, 17 Jul 2026 10:46:42 +1000 Subject: [PATCH 2/2] Move iPad16,10 iPad16,11 above iPad16,2 to satiate prettier. --- dataset/ipads.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dataset/ipads.json b/dataset/ipads.json index a49511a..868281b 100644 --- a/dataset/ipads.json +++ b/dataset/ipads.json @@ -199,6 +199,16 @@ "processorFamily": "A17 Pro", "readableName": "iPad mini (7th generation) (WiFi)" }, + "iPad16,10": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 13-inch (8th generation) (WiFi)" + }, + "iPad16,11": { + "deviceType": "Tablet", + "processorFamily": "M4", + "readableName": "iPad Air 13-inch (8th generation) (WiFi+Cellular)" + }, "iPad16,2": { "deviceType": "Tablet", "processorFamily": "A17 Pro", @@ -234,16 +244,6 @@ "processorFamily": "M4", "readableName": "iPad Air 11-inch (8th generation) (WiFi+Cellular)" }, - "iPad16,10": { - "deviceType": "Tablet", - "processorFamily": "M4", - "readableName": "iPad Air 13-inch (8th generation) (WiFi)" - }, - "iPad16,11": { - "deviceType": "Tablet", - "processorFamily": "M4", - "readableName": "iPad Air 13-inch (8th generation) (WiFi+Cellular)" - }, "iPad17,1": { "deviceType": "Tablet", "processorFamily": "M5",