diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-27 02:13:46 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-27 02:17:47 -0700 |
commit | 8dbbd7d6bc2796cb56b41ae3dade5d85d03ec49b (patch) | |
tree | 4f8d290722fc0bdd5f8ce22df7d36b35e1083628 /uikit.sh | |
parent | 7915a5884c3180a7a2e706275a3020238ff05c26 (diff) |
Pretend to link against iOS 8 to allow 3.0 scale.
Diffstat (limited to 'uikit.sh')
-rwxr-xr-x | uikit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |