1 2 3
#!/bin/sh # This file wraps clang with ccache to enable faster runs of xcodebuild ccache clang "$@"