Fixed install

This commit is contained in:
fedor 2021-04-28 12:48:32 -04:00
parent 23e3d78727
commit 87fcfe40cd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"source ~/.zprofile",
"brew install wget robotsandpencils/made/xcodes",
"wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
"xcodes install --path Xcode_$XCODE_VERSION.xip",
"xcodes install $XCODE_VERSION --path Xcode_$XCODE_VERSION.xip",
"rm Xcode_$XCODE_VERSION.xip",
"xcodes select $XCODE_VERSION",
"sudo xcodebuild -runFirstLaunch"