diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:54:47 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:54:47 -0700 |
commit | f7f32d9a12b75e8e7e57326de881cc8609f738ed (patch) | |
tree | 693fe5fbc29febbe434f5833c536874007225fc1 /MobileCydia.app | |
parent | f26c90b114a5fdb3b701cd7e73ce9328a93eaeda (diff) |
Cydia no longer runs as root. (WE FINALLY DID IT!)
Diffstat (limited to 'MobileCydia.app')
-rwxr-xr-x | MobileCydia.app/Cydia | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MobileCydia.app/Cydia b/MobileCydia.app/Cydia deleted file mode 100755 index 572af7b..0000000 --- a/MobileCydia.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:-.}"/MobileCydia "${flags[@]}" -- "$@" 2>>/tmp/cydia.log |