non_metal.py: Downgrade screencapture

This commit is contained in:
Mykola Grymalyuk
2024-09-23 09:34:00 -06:00
parent 41a5731546
commit d7f3d09c14

View File

@@ -38,6 +38,9 @@ class NonMetal(BaseSharedPatchSet):
"/System/Applications": {
**({ "Photo Booth.app": "11.7.9"} if self._xnu_major >= os_data.monterey else {}),
},
"/usr/sbin": {
**({ "screencapture": "14.7"} if self._xnu_major >= os_data.sequoia else {}),
},
},
PatchType.REMOVE_SYSTEM_VOLUME: {
"/System/Library/Extensions": [