]> git.saurik.com Git - cycript.git/blob - simulate.sh
Replace .$cyi and [#] with .pointerTo and .arrayOf.
[cycript.git] / simulate.sh
1 #!/bin/bash
2
3 export DYLD_ROOT_PATH=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
4 export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
5 export DYLD_FALLBACK_FRAMEWORK_PATH=/System/Library/Frameworks
6
7 exec arch -i386 cycript "$@"