From: Jay Freeman (saurik) Date: Wed, 29 Oct 2014 18:39:31 +0000 (-0700) Subject: Fix video playing on iOS 8 (bug due to -no_uuid). X-Git-Tag: v1.1.14~15 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c158ffc8cc43ecf472f4aea9cc3d041da8349793 Fix video playing on iOS 8 (bug due to -no_uuid). --- diff --git a/makefile b/makefile index fa6581b9..ce94153b 100644 --- a/makefile +++ b/makefile @@ -123,7 +123,7 @@ MobileCydia: sysroot $(object) entitlements.xml @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" - @strip -no_uuid $@ + @strip $@ @echo "[uikt] $@" @./uikit.sh $@ @echo "[sign] $@"