Skip to content

Commit c55ab62

Browse files
committed
installer: set APFS MinDate/MinVersion
OpenCore 0.7.2 updated the APFS versions making systems on Catalina and older not bootable. Fixes #939
1 parent 2fed434 commit c55ab62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OC/config.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,10 @@
575575
<true/>
576576
<key>JumpstartHotPlug</key>
577577
<true/>
578+
<key>MinDate</key>
579+
<integer>20180621</integer>
580+
<key>MinVersion</key>
581+
<integer>748077008000000</integer>
578582
</dict>
579583
<key>AppleInput</key>
580584
<dict>

0 commit comments

Comments
 (0)