From 5f14eb0b0f760c7047657e4297ca8b00d71c2198 Mon Sep 17 00:00:00 2001 From: Andre Stenvall Date: Mon, 23 Apr 2018 09:29:01 +0200 Subject: [PATCH] Add Cartfile for integration project --- Integration/Carthage/.gitignore | 1 + Integration/Carthage/Cartfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 Integration/Carthage/.gitignore create mode 100644 Integration/Carthage/Cartfile diff --git a/Integration/Carthage/.gitignore b/Integration/Carthage/.gitignore new file mode 100644 index 0000000..97c11c9 --- /dev/null +++ b/Integration/Carthage/.gitignore @@ -0,0 +1 @@ +Carthage/ \ No newline at end of file diff --git a/Integration/Carthage/Cartfile b/Integration/Carthage/Cartfile new file mode 100644 index 0000000..85d462a --- /dev/null +++ b/Integration/Carthage/Cartfile @@ -0,0 +1 @@ +git "../../" "HEAD" \ No newline at end of file