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 fed8e9e commit 432e46cCopy full SHA for 432e46c
src/validation.rs
@@ -359,6 +359,11 @@ static DARWIN_ALLOWED_DYLIBS: Lazy<Vec<MachOAllowedDylib>> = Lazy::new(|| {
359
max_compatibility_version: "1.0.0".try_into().unwrap(),
360
required: true,
361
},
362
+ MachOAllowedDylib {
363
+ name: "/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers".to_string(),
364
+ max_compatibility_version: "1.0.0".try_into().unwrap(),
365
+ required: true,
366
+ },
367
MachOAllowedDylib {
368
name: "/usr/lib/libedit.3.dylib".to_string(),
369
max_compatibility_version: "2.0.0".try_into().unwrap(),
0 commit comments