Add new daemon for update handling

Currently developed to handle bug in macOS Sonoma that fails to clear problamatic kernel extensions in /Library/Extensions which could result in update failures from 14.0 to 14.1
This commit is contained in:
Mykola Grymalyuk
2023-10-25 21:33:34 -06:00
parent 2ff132cb04
commit ba0a676ca0
10 changed files with 131 additions and 37 deletions
+4
View File
@@ -288,6 +288,10 @@ class Constants:
def rsr_monitor_launch_daemon_path(self):
return self.payload_path / Path("com.dortania.opencore-legacy-patcher.rsr-monitor.plist")
@property
def update_launch_daemon_path(self):
return self.payload_path / Path("com.dortania.opencore-legacy-patcher.macos-update.plist")
# ACPI
@property
def pci_ssdt_path(self):