Skip to content

Commit

Permalink
Support MOAR devices.
Browse files Browse the repository at this point in the history
Adds support for all macs released since early 2023, iPad Pro M4 models, iPad Air M2 models, iPhone 16 model series and the Apple Watch Series 10.

Update tss client auth version

Note: Apple tatsu moments may apply, but iPod9,1 isn't affected by the noNonce errors.

organize the noNonce device blacklist by model identifier, make it easier to update it in the future.

also the M3 and later macs need adding later since they also throw a 456 on attempting to request noNonce tickets.
  • Loading branch information
DanTheMann15 committed Sep 29, 2024
1 parent 75f5c11 commit 29b6c74
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 83 deletions.
2 changes: 1 addition & 1 deletion tsschecker/tss.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <unistd.h>
#include <curl/curl.h>
#include <plist/plist.h>
#define AUTH_VERSION "914.40.5"
#define AUTH_VERSION "1033.0.6"
#ifdef WIN32
#define TSS_CLIENT_VERSION_STRING "libauthinstall_Win-"AUTH_VERSION""
#else
Expand Down
Loading

0 comments on commit 29b6c74

Please sign in to comment.