From e17a8c4f2ae16f8daab460936a9b130d024173dd Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 28 Oct 2010 02:25:18 -0700 Subject: Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. --- MobileCydia.app/Cydia | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 MobileCydia.app/Cydia (limited to 'MobileCydia.app/Cydia') diff --git a/MobileCydia.app/Cydia b/MobileCydia.app/Cydia new file mode 100755 index 0000000..572af7b --- /dev/null +++ b/MobileCydia.app/Cydia @@ -0,0 +1,6 @@ +#!/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 -- cgit v1.2.3