mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Rework MacOS documentation (#2336)
* rework macOS documentation * resolved comments * fixed function name * Updated SoftwareReport.Common.psm1 and SoftwareReport.Generator.ps1 * fixed name Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
This commit is contained in:
@@ -76,6 +76,11 @@ function Get-XcodePlatformOrder {
|
||||
}
|
||||
}
|
||||
|
||||
function Get-XcodeCommandLineToolsVersion {
|
||||
$xcodeCommandLineToolsVersion = Run-Command "pkgutil --pkg-info com.apple.pkg.CLTools_Executables" | Select -Index 1 | Take-Part -Part 1
|
||||
return "Xcode Command Line Tools $xcodeCommandLineToolsVersion"
|
||||
}
|
||||
|
||||
function Build-XcodeTable {
|
||||
param (
|
||||
[Parameter(Mandatory)]
|
||||
|
||||
Reference in New Issue
Block a user