fix
杨锴
2024-08-23 adc2db9bb29e7f316c46b6de679db1522ffc9cc8
Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.m
@@ -75,7 +75,11 @@
}
+ (NSString *)imageUTType {
    return (__bridge NSString *)kSDUTTypeHEIC;
    // See: https://nokiatech.github.io/heif/technical.html
    // Actually HEIC has another concept called `non-timed Image Sequence`, which can be encoded using `public.heic`
    // But current SDWebImage does not has this design, I don't know whether there are use case for this
    // So we just replace and always use `timed Image Sequence`, means, animated image for encoding
    return (__bridge NSString *)kSDUTTypeHEICS;
}
+ (NSString *)dictionaryProperty {