Clean up bin directory

This commit is contained in:
Reda Lemeden 2015-12-02 23:11:42 +01:00
parent 9329d347cd
commit 7551ca4a96
4 changed files with 3 additions and 15 deletions

View File

@ -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

3
bin/docs Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
jazzy -o ./docs -c -a "Reda Lemeden"

View File

@ -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 /

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
bundle install