]> git.saurik.com Git - cydia.git/commitdiff
Fix video playing on iOS 8 (bug due to -no_uuid).
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Oct 2014 18:39:31 +0000 (11:39 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Oct 2014 18:39:31 +0000 (11:39 -0700)
makefile

index fa6581b9df137b5a4ece1bfaa95a4537b0a0bb7b..ce94153b83b470fb6b5a51abe52bf2af72aea413 100644 (file)
--- 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] $@"