Skip to content

Commit

Permalink
September 2023 devices (#32)
Browse files Browse the repository at this point in the history
Adds support for the following devices.

* iPhone 15
* iPhone 15 Plus
* iPhone 15 Pro
* iPhone 15 Pro Max
* Apple Watch Series 9
* Apple Watch Ultra 2

Includes baseband GoldCertId's as well, big thanks goes to https://www.reddit.com/user/apollo-ftw1 for the SDX70M (Mav23) bbgcid.
  • Loading branch information
DanTheMann15 authored Sep 26, 2023
1 parent e01b136 commit c4bc5e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ static struct bbdevice bbdevices[] = {
{"iPhone14,8", 3559316616, 4}, // iPhone 14 Plus
{"iPhone15,2", 3559316616, 4}, // iPhone 14 Pro
{"iPhone15,3", 3559316616, 4}, // iPhone 14 Pro Max
{"iPhone15,4", 3452763205, 4}, // iPhone 15
{"iPhone15,5", 3452763205, 4}, // iPhone 15 Plus
{"iPhone16,1", 3452763205, 4}, // iPhone 15 Pro
{"iPhone16,2", 3452763205, 4}, // iPhone 15 Pro Max

// iPads
{"iPad1,1", 0, 0}, // iPad (1st gen)
Expand Down Expand Up @@ -354,6 +358,11 @@ static struct bbdevice bbdevices[] = {
{"Watch6,16", 744114402, 12}, // Apple Watch Series 8 (41mm, GPS + Cellular)
{"Watch6,17", 744114402, 12}, // Apple Watch Series 8 (45mm, GPS + Cellular)
{"Watch6,18", 744114402, 12}, // Apple Watch Ultra (49mm, GPS + Cellular)
{"Watch7,1", 0, 0}, // Apple Watch Series 9 (41mm, GPS)
{"Watch7,2", 0, 0}, // Apple Watch Series 9 (45mm, GPS)
{"Watch7,3", 744114402, 12}, // Apple Watch Series 9 (41mm, GPS + Cellular)
{"Watch7,4", 744114402, 12}, // Apple Watch Series 9 (45mm, GPS + Cellular)
{"Watch7,5", 744114402, 12}, // Apple Watch Ultra 2 (49mm, GPS + Cellular)

// HomePods
{"AudioAccessory1,1", 0, 0}, // HomePod 1st gen
Expand Down

0 comments on commit c4bc5e4

Please sign in to comment.