Add inital macOS 12 support

This commit is contained in:
Mykola Grymalyuk
2021-06-07 18:35:05 -06:00
parent 3679324371
commit 93aa69b0b0
21 changed files with 4112 additions and 68 deletions

View File

@@ -182,7 +182,7 @@ B. Exit
def main_menu(self):
response = None
ModelArray.SupportedSMBIOS = ModelArray.SupportedSMBIOS11
ModelArray.SupportedSMBIOS = ModelArray.SupportedSMBIOS12
while not (response and response == -1):
title = [
f"OpenCore Legacy Patcher v{self.constants.patcher_version}",