Skip to content

Commit f71fa3c

Browse files
committed
main.py: Add 13.3
This will probably be the next canonically supported version. Signed-off-by: Hector Martin <[email protected]>
1 parent 1ed3070 commit f71fa3c

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
@@ -81,6 +81,12 @@ class Device:
8181
"22.4.49.0.0,0",
8282
True,
8383
"https://updates.cdn-apple.com/2023WinterFCS/fullrestores/032-35688/0350BB21-2B4B-4850-BF77-70B830283B28/UniversalMac_13.2_22D49_Restore.ipsw"),
84+
IPSW("13.3",
85+
"13.0",
86+
"iBoot-8422.100.650",
87+
"22.5.252.0.0,0",
88+
True,
89+
"https://updates.cdn-apple.com/2023WinterSeed/fullrestores/002-75537/8250FA0E-0962-46D6-8A90-57A390B9FFD7/UniversalMac_13.3_22E252_Restore.ipsw"),
8490
IPSW("12.3.1",
8591
"12.1",
8692
"iBoot-7459.101.3",

0 commit comments

Comments
 (0)