Skip to content

Commit

Permalink
Add support for the November 2024 Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMann15 committed Oct 31, 2024
1 parent 73f173d commit 849d3b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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 "1033.0.6"
#define AUTH_VERSION "1033.40.4"
#ifdef WIN32
#define TSS_CLIENT_VERSION_STRING "libauthinstall_Win-"AUTH_VERSION""
#else
Expand Down
9 changes: 9 additions & 0 deletions tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ static struct bbdevice bbdevices[] = {
{"Mac15,11", 0, 0}, // MacBook Pro (16-inch, M3 Max, Nov 2023)
{"Mac15,12", 0, 0}, // MacBook Air (13-inch, M3, 2024)
{"Mac15,13", 0, 0}, // MacBook Air (15-inch, M3, 2024)
{"Mac16,1", 0, 0}, // MacBook Pro (14-inch, M4, Nov 2024)
{"Mac16,2", 0, 0}, // iMac 24-inch (M4, Two Ports, 2024)
{"Mac16,3", 0, 0}, // iMac 24-inch (M4, Four Ports, 2024)
{"Mac16,5", 0, 0}, // MacBook Pro (16-inch, M4 Pro, Nov 2024)
{"Mac16,6", 0, 0}, // MacBook Pro (14-inch, M4 Pro, Nov 2024)
{"Mac16,7", 0, 0}, // MacBook Pro (16-inch, M4 Pro, Nov 2024)
{"Mac16,8", 0, 0}, // MacBook Pro (14-inch, M4 Pro, Nov 2024)
{"Mac16,10", 0, 0}, // Mac mini (M4, 2024)
{"Mac16,11", 0, 0}, // Mac mini (M4 Pro, 2024)

// Apple Displays
{"AppleDisplay2,1", 0, 0}, // Studio Display
Expand Down

0 comments on commit 849d3b5

Please sign in to comment.