Download all available platforms for Xcode
So tvOS and watchOS are available
This commit is contained in:
parent
c8d029f496
commit
16eddff572
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue