Skip to content

Commit 972183c

Browse files
committed
main.py: Add 13.0 for expert use only
Also make the expert mode message clearer. Signed-off-by: Hector Martin <[email protected]>
1 parent f43616f commit 972183c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ class Device:
6767
"21.6.81.2.0,0",
6868
True,
6969
"https://updates.cdn-apple.com/2022SpringFCS/fullrestores/012-17781/F045A95A-44B4-4BA9-8A8A-919ECCA2BB31/UniversalMac_12.4_21F2081_Restore.ipsw"),
70+
# For testing only
71+
IPSW("13.0",
72+
"12.1",
73+
"iBoot-8419.41.10",
74+
"22.1.380.0.0,0",
75+
True,
76+
"https://updates.cdn-apple.com/2022FallFCS/fullrestores/012-92188/2C38BCD1-2BFF-4A10-B358-94E8E28BE805/UniversalMac_13.0_22A380_Restore.ipsw"),
7077
IPSW("12.3",
7178
"12.1",
7279
"iBoot-7459.101.2",
@@ -801,6 +808,7 @@ def main(self):
801808
print()
802809
p_message("By default, this installer will hide certain advanced options that")
803810
p_message("are only useful for developers. You can enable expert mode to show them.")
811+
p_message("Do not enable this unless you know what you are doing.")
804812
self.expert = self.yesno("Enable expert mode?")
805813
print()
806814

0 commit comments

Comments
 (0)