From dca6f02bcc9cc4476e398085c0d7b656bd20635c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 7 May 2018 10:06:19 +0200
Subject: [PATCH] Agree with xcode license

---
 scripts/xcode.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/xcode.sh b/scripts/xcode.sh
index 13ff06d..3e6d86a 100755
--- a/scripts/xcode.sh
+++ b/scripts/xcode.sh
@@ -19,3 +19,6 @@ fi
 
 hdiutil detach "${mountpoint}"
 rm -rf /tmp/xcode
+
+echo "Agreeing the Xcode license..."
+xcodebuild -license accept
-- 
GitLab