1 2 3 4 5 6 7
#!/bin/sh # clean_simulator.sh if [ "$ACTION" = installhdrs ]; then exit 0; fi if [ "$PLATFORM_NAME" = iphonesimulator ]; then rm -rf "${DSTROOT}"/usr/local/lib/dyld fi