Provisioning: Update macOS 14 Xcode version to 15 official release

Change-Id: Ia50d9363ba81c1a8cb9cd334a1b380a22518913e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Ville-Pekka Karhu 2023-09-28 15:50:31 +03:00
parent dcf72e8116
commit 117c1b30cd
4 changed files with 6 additions and 6 deletions

View File

@ -19,4 +19,4 @@ set -ex
# shellcheck source=../common/macos/install_xcode.sh
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_15_beta.xip 15_beta
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_15.xip 15

View File

@ -6,9 +6,9 @@ set -ex
# shellcheck source=../common/macos/install-commandlinetools.sh
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
version="15_beta"
version="15"
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
sha1="7bdcf926322191d3c72d981eb36f80210339477a"
sha1="f83aedc844c829e989a83a85b074585eb1959964"
InstallCommandLineTools $url $url $sha1 $packageName $version

View File

@ -19,4 +19,4 @@ set -ex
# shellcheck source=../common/macos/install_xcode.sh
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_15_beta.xip 15_beta
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_15.xip 15

View File

@ -6,9 +6,9 @@ set -ex
# shellcheck source=../common/macos/install-commandlinetools.sh
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
version="15_beta"
version="15"
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
sha1="7bdcf926322191d3c72d981eb36f80210339477a"
sha1="f83aedc844c829e989a83a85b074585eb1959964"
InstallCommandLineTools $url $url $sha1 $packageName $version