From e67aeed974c631c8152e6c36c3d97a7b6836f3d5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 27 Dec 2011 00:42:25 +0000 Subject: We need MobileCoreServices for LSApplicationWorkspace. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index eed57ca..1f4fa7b 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ clean: cfversion := -framework CoreFoundation gssc := -framework CoreFoundation sbdidlaunch := -framework CoreFoundation -framework SpringBoardServices -uicache := -framework Foundation +uicache := -framework Foundation -framework UIKit # XXX: UIKit -> MobileCoreServices uiduid := -framework Foundation -framework UIKit uiopen := -framework Foundation -framework UIKit uishoot := -framework CoreFoundation -framework Foundation -framework UIKit -- cgit v1.2.3