]> git.saurik.com Git - cycript.git/blame - simulate.sh
Provide a .typeOf() to get a Type of an ObjC Class.
[cycript.git] / simulate.sh
CommitLineData
05733577
JF
1#!/bin/bash
2
3export DYLD_ROOT_PATH=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
4export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
5export DYLD_FALLBACK_FRAMEWORK_PATH=/System/Library/Frameworks
6
7exec arch -i386 cycript "$@"