diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 11:39:31 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 11:39:31 -0700 |
commit | c158ffc8cc43ecf472f4aea9cc3d041da8349793 (patch) | |
tree | a6388076a7cd518a15459f5eeda70b561cbd1238 | |
parent | fedd38feb88ac93531aad19ab217e7d61b17f7b9 (diff) |
Fix video playing on iOS 8 (bug due to -no_uuid).
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] $@" |