From 19f0811d048f0f0eef58452b118a96075ed0c764 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 5 Oct 2010 14:49:50 -0700 Subject: Added call to ldid, neccessary for launch.xml (and the fact that I am no longer using cycc). --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 71b3587..52a91b6 100644 --- a/makefile +++ b/makefile @@ -44,6 +44,7 @@ clean: Cydia: Cydia.mm Reachability.mm UICaboodle/*.mm iPhonePrivate.h $(cycc) $(filter %.mm,$^) $(flags) $(link) + ldid -Slaunch.xml $@ package: Cydia sudo rm -rf _ -- cgit v1.2.3