aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2017-04-18 10:08:52 +0300
committerJake Petroules <jake.petroules@qt.io>2017-04-18 22:08:33 +0000
commite5f0b04f125f51e81ea728daa7c21992d4c24adb (patch)
tree3eea10c70bf6bc765fc8e5ab3bb0bb46b5ea0391
parent8b4e259b223355a96f71b0b2dca861e821a5549a (diff)
Update Xcode 8.3.1 to macOS 10.12
Change-Id: Ie311d7374b74ce1179f7a8bb981733be016d387f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rwxr-xr-xcoin/provisioning/qtci-macos-10.12-x86_64/020-xcode.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/coin/provisioning/qtci-macos-10.12-x86_64/020-xcode.sh b/coin/provisioning/qtci-macos-10.12-x86_64/020-xcode.sh
index 070ed049..7c70d954 100755
--- a/coin/provisioning/qtci-macos-10.12-x86_64/020-xcode.sh
+++ b/coin/provisioning/qtci-macos-10.12-x86_64/020-xcode.sh
@@ -53,9 +53,9 @@ ExceptionDelete=104
ExceptionAcceptLicense=105
-url=http://ci-files01-hki.ci.local/input/mac/macos_10.12_sierra/Xcode_8.2.1.xz
-targetFile=/tmp/Xcode_8.2.1.xz
-expectedSha1=a68e8a4446f77e781b1ce123125263862f2607a3
+url=http://ci-files01-hki.ci.local/input/mac/Xcode_8.3.1.xz
+targetFile=/tmp/Xcode_8.3.1.xz
+expectedSha1=4ecdba2e563229034802a4ee9a0800b947d05a8e
try
(
@@ -77,7 +77,7 @@ try
echo "Accept license"
sudo xcodebuild -license accept || throw $ExceptionAcceptLicense
- echo "XCode = 8.2.1" >> ~/versions.txt
+ echo "XCode = 8.3.1" >> ~/versions.txt
)
catch || {
case $ex_code in