summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/OSX/get.sh4
-rwxr-xr-xpackaging/OSX/gethttps.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/OSX/get.sh b/packaging/OSX/get.sh
new file mode 100755
index 000000000..bfaee6b61
--- /dev/null
+++ b/packaging/OSX/get.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# if have account in gitlab.com
+git clone git@gitlab.com:manaplus/manaplus-xcode.git ../../Xcode
diff --git a/packaging/OSX/gethttps.sh b/packaging/OSX/gethttps.sh
new file mode 100755
index 000000000..549555e7a
--- /dev/null
+++ b/packaging/OSX/gethttps.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# if not have account in gitlab.com
+git clone https://gitlab.com/manaplus/manaplus-xcode.git ../../Xcode