]>
Commit | Line | Data |
---|---|---|
05733577 JF |
1 | #!/bin/bash |
2 | ||
84152e4b | 3 | export DYLD_ROOT_PATH=$(xcode-select --print-path)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk |
05733577 JF |
4 | export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib |
5 | export DYLD_FALLBACK_FRAMEWORK_PATH=/System/Library/Frameworks | |
6 | ||
7 | exec arch -i386 cycript "$@" |