mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
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
20 lines
663 B
Plaintext
20 lines
663 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>AssociatedBundleIdentifiers</key>
|
|
<string>com.dortania.opencore-legacy-patcher</string>
|
|
<key>Label</key>
|
|
<string>com.dortania.opencore-legacy-patcher.rsr-monitor</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Library/Application Support/Dortania/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher</string>
|
|
<string>--prepare_for_update</string>
|
|
</array>
|
|
<key>WatchPaths</key>
|
|
<array>
|
|
<string>/System/Volumes/Update/Update.plist</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|