]> git.saurik.com Git - uikittools.git/commitdiff
We need MobileCoreServices for LSApplicationWorkspace.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Dec 2011 00:42:25 +0000 (00:42 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Dec 2011 00:42:25 +0000 (00:42 +0000)
makefile

index eed57caad134e7c8f4c0bd16d97a5e1ad8c1960c..1f4fa7b179890363a4cb72b04b61483f5f00e42e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ clean:
 cfversion := -framework CoreFoundation
 gssc := -framework CoreFoundation
 sbdidlaunch := -framework CoreFoundation -framework SpringBoardServices
 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
 uiduid := -framework Foundation -framework UIKit
 uiopen := -framework Foundation -framework UIKit
 uishoot := -framework CoreFoundation -framework Foundation -framework UIKit