Skip to content

Commit b015118

Browse files
committed
Add CanonicalName to mock SDKSettings.json
1 parent 5ea60e8 commit b015118

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Driver/Inputs/MacOSX10.15.4.versioned.sdk/SDKSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"Version":"10.15.4",
3+
"CanonicalName": "macosx10.15.4",
34
"VersionMap" : {
45
"macOS_iOSMac" : {
56
"10.14.4" : "12.4",

test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"Version":"10.15",
3+
"CanonicalName": "macosx10.15",
34
"VersionMap" : {
45
"macOS_iOSMac" : {
56
"10.15" : "13.1",

0 commit comments

Comments
 (0)