summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-26 20:44:51 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-26 20:44:51 -0700
commit85a77f07b23019c3adfc990f653a3abfbb741e28 (patch)
tree1492fdb748b4d8e7596c9d64a5ac207735144c4e
parent77214e8e94ef8762389068da63d1bcf148ddd2db (diff)
Port to Xcode 4.6.3: newer versions of Xcode fail.v1.1.10
-rw-r--r--makefile4
1 files 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