File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2397,15 +2397,6 @@ function Build-ExperimentalRuntime {
2397
2397
}
2398
2398
2399
2399
function Write-SDKSettings ([OS ] $OS ) {
2400
- $SDKSettings = @ {
2401
- DefaultProperties = @ {
2402
- }
2403
- }
2404
- if ($OS -eq [OS ]::Windows) {
2405
- $SDKSettings.DefaultProperties.DEFAULT_USE_RUNTIME = " MD"
2406
- }
2407
- Write-PList - Settings $SDKSettings - Path " $ ( Get-SwiftSDK $OS ) \SDKSettings.plist"
2408
-
2409
2400
$SDKSettings = @ {
2410
2401
CanonicalName = $OS.ToString ().ToLowerInvariant()
2411
2402
DisplayName = $OS.ToString ()
@@ -2442,6 +2433,7 @@ function Write-SDKSettings([OS] $OS) {
2442
2433
}
2443
2434
}
2444
2435
$SDKSettings | ConvertTo-JSON - Depth 4 | Out-FIle - FilePath " $ ( Get-SwiftSDK $OS ) \SDKSettings.json"
2436
+ Write-PList - Settings $SDKSettings - Path " $ ( Get-SwiftSDK $OS ) \SDKSettings.plist"
2445
2437
}
2446
2438
2447
2439
function Build-Dispatch ([Hashtable ] $Platform ) {
You can’t perform that action at this time.
0 commit comments