Gifu/bin/carthage-bootstrap
2015-10-22 21:28:52 +02:00

7 lines
163 B
Bash
Executable File

#!/usr/bin/env sh
if ! diff Cartfile.resolved Carthage/Cartfile.resolved &>/dev/null; then
carthage bootstrap --platform iOS
cp Cartfile.resolved Carthage
fi