summaryrefslogtreecommitdiff
path: root/MobileCydia.app
diff options
context:
space:
mode:
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