mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Correct SIP variable requirements for macOS Big Sur 11 and newer
This commit is contained in:
@@ -472,7 +472,7 @@ class ConfigProdigy:
|
||||
|
||||
def csr_active_config(self, macos_version):
|
||||
if self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("20.0.0"):
|
||||
return "0A080000"
|
||||
return "030A0000"
|
||||
elif self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("18.0.0"):
|
||||
return "FF070000"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user