Skip to content

Commit d69b61c

Browse files
committed
main: Add 12.3.1 firmware
Seems 12.3 might have the bootloop issue on repaired machines? Signed-off-by: Hector Martin <[email protected]>
1 parent 79a613e commit d69b61c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ class Device:
7474
"22.1.380.0.0,0",
7575
True,
7676
"https://updates.cdn-apple.com/2022FallFCS/fullrestores/012-92188/2C38BCD1-2BFF-4A10-B358-94E8E28BE805/UniversalMac_13.0_22A380_Restore.ipsw"),
77+
IPSW("12.3.1",
78+
"12.1",
79+
"iBoot-7459.101.3",
80+
"21.5.258.0.0,0",
81+
False,
82+
"https://updates.cdn-apple.com/2022SpringFCS/fullrestores/002-79219/851BEDF0-19DB-4040-B765-0F4089D1530D/UniversalMac_12.3.1_21E258_Restore.ipsw"),
7783
IPSW("12.3",
7884
"12.1",
7985
"iBoot-7459.101.2",

0 commit comments

Comments
 (0)