mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Update Xcode.Helpers.psm1
This commit is contained in:
@@ -46,7 +46,10 @@ function Switch-Xcode {
|
||||
}
|
||||
|
||||
function Test-XcodeStableRelease {
|
||||
param([string] $XcodeRootPath)
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
[string] $XcodeRootPath
|
||||
)
|
||||
|
||||
$licenseInfoPlistPath = Join-Path $XcodeRootPath "Contents" "Resources" "LicenseInfo.plist"
|
||||
$releaseType = & defaults read $licenseInfoPlistPath "licenseType"
|
||||
|
||||
Reference in New Issue
Block a user