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 462c2e8 commit b146e9dCopy full SHA for b146e9d
src/validation.rs
@@ -388,6 +388,11 @@ static DARWIN_ALLOWED_DYLIBS: Lazy<Vec<MachOAllowedDylib>> = Lazy::new(|| {
388
max_compatibility_version: "1.0.0".try_into().unwrap(),
389
required: true,
390
},
391
+ MachOAllowedDylib {
392
+ name: "/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers".to_string(),
393
+ max_compatibility_version: "1.0.0".try_into().unwrap(),
394
+ required: true,
395
+ },
396
MachOAllowedDylib {
397
name: "/usr/lib/libedit.3.dylib".to_string(),
398
max_compatibility_version: "2.0.0".try_into().unwrap(),
0 commit comments