Update dyld shared cache support (resolve #1127)

This commit is contained in:
Romain Thomas
2024-12-11 11:40:53 +01:00
parent 7eebe97298
commit 2eab480a15
4 changed files with 24 additions and 2 deletions
@@ -51,6 +51,8 @@ void create<dsc::DyldSharedCache>(nb::module_& m) {
"dyld-940 (2021-02-09)"_doc)
.value("DYLD_1042_1", dsc::DyldSharedCache::VERSION::DYLD_1042_1,
"dyld-1042.1 (2022-10-19)"_doc)
.value("DYLD_1231_3", dsc::DyldSharedCache::VERSION::DYLD_1231_3,
"dyld-1231.3 (2024-09-24)"_doc)
.value("UNRELEASED", dsc::DyldSharedCache::VERSION::UNRELEASED,
R"doc(
This value is used for versions of dyld not publicly released or