Skip to content

Commit

Permalink
metal_3802.py: Set PhotosUICore.framework correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Sep 9, 2024
1 parent 045cc37 commit ce6f65d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def _patches_metal_3802_common_extended(self) -> dict:
**({ "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 {}),
},
}
}
}
Expand Down Expand Up @@ -119,9 +122,6 @@ def _patches_metal_3802_metallibs(self) -> dict:
"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",
},
Expand Down

0 comments on commit ce6f65d

Please sign in to comment.