From: Jay Freeman (saurik) Date: Sun, 12 Jan 2014 14:12:36 +0000 (-0800) Subject: Apple screwed up the ImageIO path on newer SDKs. X-Git-Tag: v0.9.3912~3 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/02c3d67384ccf8db524a62c45b1b5d26fe31947f Apple screwed up the ImageIO path on newer SDKs. --- diff --git a/makefile b/makefile index 94b08a8..fc8f80f 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,6 @@ WinterBoard.dylib: Library.mm WBMarkup.mm WBMarkup.h makefile ../substrate/subst -framework CoreFoundation \ -framework Foundation \ -framework CoreGraphics \ - -framework ImageIO \ -framework GraphicsServices \ -framework Celestial \ -framework UIKit \