From 141220368dce44f267107c40c76ab1f2677bb955 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Oct 2024 22:07:17 -0400 Subject: [PATCH] Support iPad mini (A17 Pro) --- tsschecker/all.h | 2 +- tsschecker/tsschecker.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tsschecker/all.h b/tsschecker/all.h index 70e31384..f1dccf5d 100644 --- a/tsschecker/all.h +++ b/tsschecker/all.h @@ -10,7 +10,7 @@ #define all_h #define TSSCHECKER_VERSION_MAJOR "1" -#define TSSCHECKER_VERSION_MINOR "2" +#define TSSCHECKER_VERSION_MINOR "3" #define TSSCHECKER_VERSION_PATCH "0" #ifdef DEBUG // this is for developing with Xcode diff --git a/tsschecker/tsschecker.c b/tsschecker/tsschecker.c index c82dd365..b45ab7a5 100644 --- a/tsschecker/tsschecker.c +++ b/tsschecker/tsschecker.c @@ -279,6 +279,8 @@ static struct bbdevice bbdevices[] = { {"iPad11,2", 165673526, 12}, // iPad mini (5th gen, Cellular) {"iPad14,1", 0, 0}, // iPad mini (6th gen, Wi-Fi) {"iPad14,2", 495958265, 4}, // iPad mini (6th gen, Cellular) + {"iPad16,1", 0, 0}, // iPad mini (A17 Pro, Wi-Fi) + {"iPad16,2", 3452763205, 4}, // iPad mini (A17 Pro, Cellular) // iPad Airs {"iPad4,1", 0, 0}, // iPad Air (Wi-Fi)