]> git.saurik.com Git - cycript.git/blob - simulate.sh
Cast NSUInteger arguments to size_t for %zu format.
[cycript.git] / simulate.sh
1 #!/bin/bash
2
3 export DYLD_ROOT_PATH=$(xcode-select --print-path)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk
4 export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
5 export DYLD_FALLBACK_FRAMEWORK_PATH=/System/Library/Frameworks
6
7 exec arch -i386 cycript "$@"