Fixed install
This commit is contained in:
parent
23e3d78727
commit
87fcfe40cd
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue