diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-28 02:25:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-01 22:56:25 -0700 |
commit | e17a8c4f2ae16f8daab460936a9b130d024173dd (patch) | |
tree | 1544816ffb283219f2de45b0a8e99d6f7ebe24f6 /Cydia.app/Cydia | |
parent | 6067f1b8116d8fb2502359f430b9d958e10807b9 (diff) |
Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.
Diffstat (limited to 'Cydia.app/Cydia')
-rwxr-xr-x | Cydia.app/Cydia | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Cydia.app/Cydia b/Cydia.app/Cydia deleted file mode 100755 index 3c72315..0000000 --- a/Cydia.app/Cydia +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -C=/${0} -C=${C%/*} -declare -a flags -[[ :${DYLD_INSERT_LIBRARIES}: == */MobileSubstrate.dylib: ]] && flags[${#flags[@]}]=--substrate -exec "${C:-.}"/Cydia_ "${flags[@]}" -- "$@" 2>>/tmp/cydia.log |