From c4bc5e4f653cc52849c7abd477c820b63db298b2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Sep 2023 12:22:56 -0400 Subject: [PATCH] September 2023 devices (#32) 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. --- tsschecker/tsschecker.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tsschecker/tsschecker.c b/tsschecker/tsschecker.c index 0abb946..a139b80 100755 --- a/tsschecker/tsschecker.c +++ b/tsschecker/tsschecker.c @@ -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) @@ -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