Skip to content

Commit bc4ed01

Browse files
jannaumarcan
authored andcommitted
main: remove macOS 12.0 Beta boot firmware options
With macOS 12.0.1 and 12.1 available and Mac Mini HDMI display intialization in m1n1 there is very little value in keeping the beta versions. Apple has stopped signing the beta versions a while ago. This breaks the current installer flow. The boot policy security mode has to be changed to reduced security (`bputil -g`) before beta stub installs can be selected as startup disk. Signed-off-by: Janne Grunau <[email protected]>
1 parent 0348bef commit bc4ed01

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/main.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ class IPSW:
3535
}
3636

3737
IPSW_VERSIONS = [
38-
IPSW("12.0 beta 5",
39-
"12.0",
40-
"iBoot-7429.30.8.0.4",
41-
False,
42-
"https://updates.cdn-apple.com/2021SummerSeed/fullrestores/071-80097/9F639C04-F128-4EC9-93D3-2AAE04F8A314/UniversalMac_12.0_21A5304g_Restore.ipsw"),
43-
IPSW("12.0 beta 8",
44-
"12.0",
45-
"iBoot-7429.40.84.181.1",
46-
False,
47-
"https://updates.cdn-apple.com/2021SummerSeed/fullrestores/002-03830/B8D1658D-A579-4479-BBB1-7CDEAF328303/UniversalMac_12.0_21A5534d_Restore.ipsw"),
4838
IPSW("12.0.1",
4939
"12.0",
5040
"iBoot-7429.41.5",

0 commit comments

Comments
 (0)