diff options
Diffstat (limited to 'Xcode')
-rwxr-xr-x | Xcode/get.sh | 4 | ||||
-rwxr-xr-x | Xcode/gethttps.sh | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Xcode/get.sh b/Xcode/get.sh deleted file mode 100755 index 583b72c03..000000000 --- a/Xcode/get.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# if have account in gitlab.com -git clone git@gitlab.com:manaplus/manaplus-xcode.git . diff --git a/Xcode/gethttps.sh b/Xcode/gethttps.sh deleted file mode 100755 index b852bf11e..000000000 --- a/Xcode/gethttps.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# if not have account in gitlab.com -git clone https://gitlab.com/manaplus/manaplus-xcode.git . |