summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rwxr-xr-xXcode/get.sh4
-rwxr-xr-xXcode/gethttps.sh4
3 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 3c962a6cd..9278a4983 100644
--- a/.gitignore
+++ b/.gitignore
@@ -152,14 +152,6 @@ gmon.out
#mac crap
.DS_Store
-Xcode/ManaPlus.xcodeproj/xcuserdata
-Xcode/ManaPlus.xcodeproj/project.xcworkspace/xcuserdata
-Xcode/Release/ManaPlus.dmg
-Xcode/Release/*.dmg
-Xcode/Release/Manaplus_ssh.txt
-Xcode/DerivedData/
-Xcode/Build/
-Xcode/Release/Release*
/manaplus.depend
/manaplus.layout
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 .