Skip to content

Commit 6e74a31

Browse files
committed
We don't build standalone TIFF support on Apple platforms
The ImageIO framework has support for TIFF images across all versions of macOS and iOS.
1 parent 116604d commit 6e74a31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xcode/SDL_image.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@
624624
LOAD_QOI,
625625
LOAD_SVG,
626626
LOAD_TGA,
627-
LOAD_TIF,
628627
LOAD_XCF,
629628
LOAD_XPM,
630629
LOAD_XV,
@@ -690,7 +689,6 @@
690689
LOAD_QOI,
691690
LOAD_SVG,
692691
LOAD_TGA,
693-
LOAD_TIF,
694692
LOAD_XCF,
695693
LOAD_XPM,
696694
LOAD_XV,

0 commit comments

Comments
 (0)