We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6cb0c commit 6bf51e6Copy full SHA for 6bf51e6
images/macos/provision/core/xcode.ps1
@@ -22,6 +22,9 @@ $xcodeVersions | ForEach-Object -ThrottleLimit $threadCount -Parallel {
22
23
Install-XcodeVersion -Version $_.version -LinkTo $_.link
24
Confirm-XcodeIntegrity -Version $_.link
25
+}
26
+
27
+$xcodeVersions | ForEach-Object {
28
Approve-XcodeLicense -Version $_.link
29
}
30
0 commit comments