From 85a77f07b23019c3adfc990f653a3abfbb741e28 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 26 Jun 2015 20:44:51 -0700 Subject: Port to Xcode 4.6.3: newer versions of Xcode fail. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 386c82b..77f014c 100644 --- a/makefile +++ b/makefile @@ -17,8 +17,8 @@ gssc := -lobjc iomfsetgamma := -I. $(private) -framework IOKit -framework IOMobileFramebuffer sbdidlaunch := $(private) -framework SpringBoardServices uicache := -framework UIKit # XXX: UIKit -> MobileCoreServices -uiduid := --framework UIKit -uiopen := --framework UIKit +uiduid := -framework UIKit +uiopen := -framework UIKit uishoot := -framework UIKit uicache: csstore.cpp -- cgit v1.2.3