Skip to content

Commit 7a970e2

Browse files
committed
Un-deprecate swift.SDK
1 parent 5da3384 commit 7a970e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,7 @@
592592
"swift.SDK": {
593593
"type": "string",
594594
"default": "",
595-
"markdownDescription": "The path of the SDK to compile against (`--sdk` parameter). This is of use when supporting non-standard SDK layouts on Windows and using custom SDKs. The default SDK is determined by the environment on macOS and Windows.",
596-
"deprecationMessage": "Please use `swift.swiftSDK` with a triple (such as `arm64-apple-ios`) or Swift SDK name instead.",
595+
"markdownDescription": "The path of the SDK to compile against (`--sdk` parameter). This is of use when supporting non-standard SDK layouts on Windows and using custom SDKs. The default SDK is determined by the environment on macOS and Windows.\n\nFor SwiftPM projects, prefer using `swift.swiftSDK` with a triple (such as `arm64-apple-ios`) or Swift SDK name instead.",
597596
"order": 3
598597
},
599598
"swift.swiftSDK": {

0 commit comments

Comments
 (0)