Merge pull request #1068 from Jazzzny/among-us

Enhancement - Restore Photo Booth App on Non-Metal Macs running macOS Monterey and newer
This commit is contained in:
Mykola Grymalyuk
2023-05-22 12:13:18 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
- Update non-Metal Binaries:
- Resolves cryptexd and sshd crashes
- Resolves screen recording regression
- Resolves Photo Booth on macOS Monterey and later
- Resolve Application alias not being created with AutoPatcher
- Backend changes:
- Rename OCLP-Helper to OpenCore-Patcher

View File

@@ -103,6 +103,9 @@ class SystemPatchDictionary():
"GPUSupport.framework": "10.14.3",
"SkyLight.framework": f"10.14.6-{self.os_major}",
},
"/System/Applications": {
**({ "Photo Booth.app": "11.7.6"} if self.os_major >= os_data.os_data.monterey else {}),
},
},
"Remove": {
"/System/Library/Extensions": [