Update Xcode 8.3.1 to macOS 10.12

Change-Id: Ie311d7374b74ce1179f7a8bb981733be016d387f
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Tony Sarajärvi
2017-04-18 10:08:52 +03:00
committed by Jake Petroules
parent 8b4e259b22
commit e5f0b04f12

View File

@@ -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