summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-12-27 00:42:25 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2011-12-27 00:42:25 +0000
commite67aeed974c631c8152e6c36c3d97a7b6836f3d5 (patch)
treeb9ad5d06aabdee952abe264a0de3504fcddfc4d4
parentadefb9f152a2bac643bc8e65927c226080787db9 (diff)
We need MobileCoreServices for LSApplicationWorkspace.
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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