mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +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:
|
- Update non-Metal Binaries:
|
||||||
- Resolves cryptexd and sshd crashes
|
- Resolves cryptexd and sshd crashes
|
||||||
- Resolves screen recording regression
|
- Resolves screen recording regression
|
||||||
|
- Resolves Photo Booth on macOS Monterey and later
|
||||||
- Resolve Application alias not being created with AutoPatcher
|
- Resolve Application alias not being created with AutoPatcher
|
||||||
- Backend changes:
|
- Backend changes:
|
||||||
- Rename OCLP-Helper to OpenCore-Patcher
|
- Rename OCLP-Helper to OpenCore-Patcher
|
||||||
|
|||||||
@@ -103,6 +103,9 @@ class SystemPatchDictionary():
|
|||||||
"GPUSupport.framework": "10.14.3",
|
"GPUSupport.framework": "10.14.3",
|
||||||
"SkyLight.framework": f"10.14.6-{self.os_major}",
|
"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": {
|
"Remove": {
|
||||||
"/System/Library/Extensions": [
|
"/System/Library/Extensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user