mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 20:58:21 +10:00
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:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user