OpenCanopy: Add Sequoia assets

This commit is contained in:
Mykola Grymalyuk
2024-06-11 18:46:33 -06:00
parent 09c3b8e3da
commit ea12d44d68
2 changed files with 1 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ class GenerateDefaults:
# 12.0: Legacy Wireless chipsets require root patching
# 14.0: Modern Wireless chipsets require root patching
if self.model in smbios_data.smbios_dictionary:
if smbios_data.smbios_dictionary[self.model]["Max OS Supported"] >= os_data.os_data.sonoma:
if smbios_data.smbios_dictionary[self.model]["Max OS Supported"] < os_data.os_data.sonoma:
self.constants.sip_status = True
self.constants.sip_status = False
self.constants.secure_status = False