metal_3802.py: Set PhotosUICore.framework correctly

This commit is contained in:
Mykola Grymalyuk
2024-09-08 19:37:24 -06:00
parent 045cc3726e
commit ce6f65de1f

View File

@@ -75,6 +75,9 @@ class LegacyMetal3802(BaseSharedPatchSet):
**({ "MTLCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
**({ "GPUCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
},
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
**({ "default.metallib": "14.6.1" } if self._xnu_major == os_data.sonoma.value else {}),
},
}
}
}
@@ -119,9 +122,6 @@ class LegacyMetal3802(BaseSharedPatchSet):
"CIPortraitBlurV3.metallib": "14.6.1",
"ci_stdlib.metallib": "14.6.1",
},
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
"default.metallib": "14.6.1",
},
"/System/Library/PrivateFrameworks/Tungsten.framework/Versions/A/Resources": {
"default.metallib": "15.0 Beta 7",
},