Gifu/bin/carthage-bootstrap

7 lines
163 B
Plaintext
Raw Normal View History

2015-10-22 19:28:52 +00:00
#!/usr/bin/env sh
if ! diff Cartfile.resolved Carthage/Cartfile.resolved &>/dev/null; then
carthage bootstrap --platform iOS
cp Cartfile.resolved Carthage
fi