From 01c1b94c09355e8ac95086b783a8b141f3d7e4f8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 29 Jan 2017 15:05:43 -0800 Subject: Don't strip the binary when releasing beta builds. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5ab1edb..6ea7f85 100644 --- a/makefile +++ b/makefile @@ -180,7 +180,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" - @strip $@ + @grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@ @echo "[uikt] $@" @./uikit.sh $@ @echo "[sign] $@" -- cgit v1.2.3