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 b96ea57 commit 535b21dCopy full SHA for 535b21d
src/validation.rs
@@ -394,6 +394,11 @@ static DARWIN_ALLOWED_DYLIBS: Lazy<Vec<MachOAllowedDylib>> = Lazy::new(|| {
394
max_compatibility_version: "1.0.0".try_into().unwrap(),
395
required: true,
396
},
397
+ MachOAllowedDylib {
398
+ name: "/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers".to_string(),
399
+ max_compatibility_version: "1.0.0".try_into().unwrap(),
400
+ required: true,
401
+ },
402
MachOAllowedDylib {
403
name: "/usr/lib/libedit.3.dylib".to_string(),
404
max_compatibility_version: "2.0.0".try_into().unwrap(),
0 commit comments