Clean up bin directory
This commit is contained in:
parent
9329d347cd
commit
7551ca4a96
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if ! diff Cartfile.resolved Carthage/Cartfile.resolved &>/dev/null; then
|
||||
carthage bootstrap --platform iOS
|
||||
cp Cartfile.resolved Carthage
|
||||
fi
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
jazzy -o ./docs -c -a "Reda Lemeden"
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
version=0.9.3
|
||||
|
||||
curl -L -O "https://github.com/Carthage/Carthage/releases/download/$version/Carthage.pkg"
|
||||
sudo installer -pkg Carthage.pkg -target /
|
Loading…
Reference in New Issue