diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 16:27:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 16:27:18 -0700 |
commit | cc31c45d8cccfb22a694e81f795ab77a98dbf745 (patch) | |
tree | e9586c5f3a96c2e35c77115a10307933d197c2ac /uikit.sh | |
parent | 323746d39bfa3830194974658233d0b45809b060 (diff) |
Pretend to link against iOS 7 to get the flat UI.
Diffstat (limited to 'uikit.sh')
-rwxr-xr-x | uikit.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uikit.sh b/uikit.sh new file mode 100755 index 0000000..01ddfa6 --- /dev/null +++ b/uikit.sh @@ -0,0 +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" |