From c1f17ed597fba88b277ba623980741cc3fab61f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 20 Jul 2015 15:05:18 +0300 Subject: Move all Xcode files into separate repository. See https://gitlab.com/manaplus/manaplus-xcode --- Xcode/get.sh | 4 ++++ Xcode/gethttps.sh | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 Xcode/get.sh create mode 100755 Xcode/gethttps.sh (limited to 'Xcode') diff --git a/Xcode/get.sh b/Xcode/get.sh new file mode 100755 index 000000000..583b72c03 --- /dev/null +++ b/Xcode/get.sh @@ -0,0 +1,4 @@ +#!/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 new file mode 100755 index 000000000..b852bf11e --- /dev/null +++ b/Xcode/gethttps.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# if not have account in gitlab.com +git clone https://gitlab.com/manaplus/manaplus-xcode.git . -- cgit v1.2.3-60-g2f50