File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 3232 CMD="../Example/CLI.xcarchive/Products/usr/local/bin/SDWebImageAVIFCoder_Example CLI"
3333 for file in $(find . -name \*.avif); do
3434 file=$(basename ${file})
35- if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
36- # FIXME(ledyba-z): Check them.
37- echo "Ignore: ${file}"
38- continue
39- elif (echo ${file} | grep "profile"); then
35+ if (echo ${file} | grep "profile"); then
4036 # FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
4137 echo "Ignore: ${file}"
4238 continue
5854 cd avif-sample-images
5955 for file in $(find . -name \*.avif); do
6056 file=$(basename ${file})
61- if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
62- # FIXME(ledyba-z): Check them.
63- echo "Ignore: ${file}"
64- continue
65- elif (echo ${file} | grep "profile"); then
57+ if (echo ${file} | grep "profile"); then
6658 # FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
6759 echo "Ignore: ${file}"
6860 continue
You can’t perform that action at this time.
0 commit comments