summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 23:53:24 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 23:54:20 -0700
commit9c0eddfd91527970c6722e76ef2469e7113228cd (patch)
tree45d4949cdce728a484d75d17a7d5b8eb9cc43234 /makefile
parent8731fdb01b52e3965f99f2568c5514995fc81c7b (diff)
Steal more entitlements from MobileSafari: I want Nitro.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index abc07de..be9ae5f 100644
--- a/makefile
+++ b/makefile
@@ -118,14 +118,14 @@ sysroot: sysroot.sh
@echo 1>&2
@exit 1
-MobileCydia: sysroot $(object)
+MobileCydia: sysroot $(object) entitlements.xml
@echo "[link] $(object:Objects/%=%)"
@$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit)
@cp -a $@ bins/$@-$(version)
@echo "[strp] $@"
@strip -no_uuid $@
@echo "[sign] $@"
- @ldid -T0 -Slaunch.xml $@ || { rm -f $@ && false; }
+ @ldid -T0 -Sentitlements.xml $@ || { rm -f $@ && false; }
CydiaAppliance: CydiaAppliance.mm
$(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow)