Skip to content

Commit 1002345

Browse files
committed
Allow UniformTypeIdentifiers.framework to be dynamically linked
1 parent dd78994 commit 1002345

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/validation.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@ static DARWIN_ALLOWED_DYLIBS: Lazy<Vec<MachOAllowedDylib>> = Lazy::new(|| {
349349
max_compatibility_version: "1.0.0".try_into().unwrap(),
350350
required: true,
351351
},
352+
MachOAllowedDylib {
353+
name: "/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers".to_string(),
354+
max_compatibility_version: "1.0.0".try_into().unwrap(),
355+
required: true,
356+
},
352357
MachOAllowedDylib {
353358
name: "/usr/lib/libedit.3.dylib".to_string(),
354359
max_compatibility_version: "2.0.0".try_into().unwrap(),

0 commit comments

Comments
 (0)