diff --git a/templates/xcode.json b/templates/xcode.json index 810dbf7..6016a31 100644 --- a/templates/xcode.json +++ b/templates/xcode.json @@ -51,7 +51,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 $XCODE_VERSION --path Xcode_$XCODE_VERSION.xip", + "xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip", "rm Xcode_$XCODE_VERSION.xip", "xcodes select $XCODE_VERSION", "sudo xcodebuild -runFirstLaunch"