File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
SDWebImageAVIFCoder/Module Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ SDWebImageAVIFCoder use [GitHub Actions](https://github.com/SDWebImage/SDWebImag
150
150
151
151
Current test cases use macOS command line tools, to compare the AVIF sample decoding result with [ ImageMagick] ( https://www.imagemagick.org/ ) .
152
152
153
+ We have also the XCTest unit test target, you can run it by using Xcode's Test action.
154
+
153
155
## Author
154
156
155
157
DreamPiggy, lizhuoli1126@126.com
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageAVIFCoder'
11
- s . version = '0.5.1 '
11
+ s . version = '0.5.2 '
12
12
s . summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.5.1 </string >
18
+ <string >0.5.2 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.5.1 </string >
20
+ <string >0.5.2 </string >
21
21
</dict >
22
22
</plist >
You can’t perform that action at this time.
0 commit comments