We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UniformTypeIdentifiers.framework
1 parent dd78994 commit 1002345Copy full SHA for 1002345
src/validation.rs
@@ -349,6 +349,11 @@ static DARWIN_ALLOWED_DYLIBS: Lazy<Vec<MachOAllowedDylib>> = Lazy::new(|| {
349
max_compatibility_version: "1.0.0".try_into().unwrap(),
350
required: true,
351
},
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
+ },
357
MachOAllowedDylib {
358
name: "/usr/lib/libedit.3.dylib".to_string(),
359
max_compatibility_version: "2.0.0".try_into().unwrap(),
0 commit comments