X-Git-Url: https://git.saurik.com/uikittools.git/blobdiff_plain/77214e8e94ef8762389068da63d1bcf148ddd2db..ef0e2d50c9d7b51e53ce6fd4bae768742526ca3e:/makefile diff --git a/makefile b/makefile index 386c82b..46abed4 100644 --- a/makefile +++ b/makefile @@ -17,18 +17,20 @@ 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 extrainst_: csstore.cpp %: %.mm + sudo xcode-select --switch /Applications/Xcode-4.6.3.app cycc -i2.0 -o$@ -- $^ $(flags) $($@) ldid -S$(wildcard $@.xml) $@ %: %.c + sudo xcode-select --switch /Applications/Xcode-4.6.3.app cycc -i2.0 -o$@ -- -x c $^ $(flags) $($@) ldid -S$(wildcard $@.xml) $@