Download all available platforms for Xcode

So tvOS and watchOS are available
This commit is contained in:
Fedor Korotkov 2022-12-06 17:12:21 -05:00 committed by GitHub
parent c8d029f496
commit 16eddff572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ build {
"xcodes install ${var.xcode_version} --experimental-unxip --path $PWD/Xcode_${var.xcode_version}.xip",
"sudo rm -rf ~/.Trash/*",
"xcodes select ${var.xcode_version}",
"sudo xcodebuild -runFirstLaunch",
"xcodebuild -downloadAllPlatforms",
"xcodebuild -runFirstLaunch",
]
}
provisioner "shell" {