Skip to content

Commit

Permalink
Support iPad mini (A17 Pro)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMann15 committed Oct 23, 2024
1 parent 6b98990 commit 1412203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsschecker/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1412203

Please sign in to comment.