diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbcd291d..3d5494467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/data/sys_patch_dict.py b/data/sys_patch_dict.py index c87bf9c53..9df67bf90 100644 --- a/data/sys_patch_dict.py +++ b/data/sys_patch_dict.py @@ -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": [