fix symlinks

This commit is contained in:
Maxim Lobanov
2020-11-02 08:41:40 +03:00
parent 6ac87c213d
commit cfaa7acb54
3 changed files with 2 additions and 7 deletions

View File

@@ -130,7 +130,6 @@ function Build-XcodeSymlinks {
param(
[Parameter(Mandatory)]
[string]$Version,
[Parameter(Mandatory)]
[string[]]$Symlinks
)

View File

@@ -1,6 +1,8 @@
# The script currently requires 2 external variables to be set: XCODE_INSTALL_USER
# and XCODE_INSTALL_PASSWORD, in order to access the Apple Developer Center
Write-Host "Script begin"
$ErrorActionPreference = "Stop"
Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"

View File

@@ -6,13 +6,7 @@
{ "link": "12.1", "version": "12.1.1 Release Candidate" },
{ "link": "12", "version": "12.0.1" },
{ "link": "11.7", "version": "11.7", "symlinks": ["11.7_beta"] },
{ "link": "11.6", "version": "11.6", "symlinks": ["11.6_beta"] },
{ "link": "11.5", "version": "11.5", "symlinks": ["11.5_beta"] },
{ "link": "11.4.1", "version": "11.4.1", "symlinks": ["11.4", "11.4_beta"] },
{ "link": "11.3.1", "version": "11.3.1", "symlinks": ["11.3", "11.3_beta"] },
{ "link": "11.2.1", "version": "11.2.1", "symlinks": ["11.2", "11.2_beta"] },
{ "link": "11.1", "version": "11.1", "symlinks": ["11.1_beta"] },
{ "link": "11", "version": "11" },
{ "link": "10.3", "version": "10.3", "symlinks": ["10.3_beta"] }
]
},