From: Jay Freeman (saurik) Date: Mon, 27 Oct 2014 09:13:46 +0000 (-0700) Subject: Pretend to link against iOS 8 to allow 3.0 scale. X-Git-Tag: v1.1.14~29 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8dbbd7d6bc2796cb56b41ae3dade5d85d03ec49b Pretend to link against iOS 8 to allow 3.0 scale. --- diff --git a/makefile b/makefile index ff91da91..fa6581b9 100644 --- a/makefile +++ b/makefile @@ -119,7 +119,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) entitlements.xml @echo "[link] $(object:Objects/%=%)" - @$(cycc) $(filter %.o,$^) $(flags) $(link) $(libs) $(uikit) -Wl,-sdk_version,7.0 + @$(cycc) $(filter %.o,$^) $(flags) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0 @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" diff --git a/uikit.sh b/uikit.sh index 01ddfa6a..903e1ba8 100755 --- a/uikit.sh +++ b/uikit.sh @@ -1,2 +1,2 @@ #!/bin/bash -exec /sw/bin/sed -i -e 's@\(\x0C\x00\x00\x00\x4C\x00\x00\x00\x18\x00\x00\x00\x02\x00\x00\x00\)\x00\x00\xA4\x06\(\x00\x00\x01\x00/System/Library/Frameworks/UIKit.framework/UIKit\x00\x00\x00\)@\1\x00\x02\x57\x0B\2@' "$1" +LANG=C exec /sw/bin/sed -i -e 's@\(\x0C\x00\x00\x00\x4C\x00\x00\x00\x18\x00\x00\x00\x02\x00\x00\x00\)\x00...\(\x00\x00\x01\x00/System/Library/Frameworks/UIKit.framework/UIKit\x00\x00\x00\x00\)@\1\x00\x00\xF6\x0C\2@' "$1"