Add safe guards for macOS 14

This commit is contained in:
Mykola Grymalyuk
2023-06-01 18:39:22 -06:00
parent 7239730c44
commit e6251da97a
4 changed files with 16 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
- ex. OpenCore-Patcher.app
- UI changes:
- Add "Show Log File" button to menubar
- Avoid listing unsupported installer to download by default
- ex. macOS 14 InstallAssistant.pkg
- Resolve crash when fetching remote macOS installers offline
- Avoid displaying root patches on unsupported macOS versions
- ex. macOS 14
- Backend changes:
- Call `setpgrp()` to prevent app from being killed if parent process is killed (ie. LaunchAgents)
- Rework logging handler: