summaryrefslogtreecommitdiff
path: root/MobileCydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 07:54:47 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 07:54:47 -0700
commitf7f32d9a12b75e8e7e57326de881cc8609f738ed (patch)
tree693fe5fbc29febbe434f5833c536874007225fc1 /MobileCydia.app
parentf26c90b114a5fdb3b701cd7e73ce9328a93eaeda (diff)
Cydia no longer runs as root. (WE FINALLY DID IT!)
Diffstat (limited to 'MobileCydia.app')
-rwxr-xr-xMobileCydia.app/Cydia6
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