We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009a19 commit 148eeeaCopy full SHA for 148eeea
1 file changed
src/main.py
@@ -60,6 +60,11 @@ class IPSW:
60
"iBoot-7429.41.5",
61
False,
62
"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"),
68
]
69
70
class InstallerMain:
0 commit comments