Skip to content

Commit 148eeea

Browse files
jannaumarcan
authored andcommitted
Add IPSW for macOS 12.1
Signed-off-by: Janne Grunau <[email protected]>
1 parent 1009a19 commit 148eeea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class IPSW:
6060
"iBoot-7429.41.5",
6161
False,
6262
"https://updates.cdn-apple.com/2021FCSFall/fullrestores/002-23780/D3417F21-41BD-4DDF-9135-FA5A129AF6AF/UniversalMac_12.0.1_21A559_Restore.ipsw"),
63+
IPSW("12.1",
64+
"12.1",
65+
"iBoot-7429.61.2",
66+
False,
67+
"https://updates.cdn-apple.com/2021FCSWinter/fullrestores/002-42433/F3F6D5CD-67FE-449C-9212-F7409808B6C4/UniversalMac_12.1_21C52_Restore.ipsw"),
6368
]
6469

6570
class InstallerMain:

0 commit comments

Comments
 (0)