Skip to content

Commit 44e52d0

Browse files
committed
stdlib: restructure for OS family layout of SDK overlay
The SDK directory is now confusing as the Windows target also has a SDK overlay. In order to make this more uniform, move the SDK directory to Darwin which covers the fact that this covers the XNU family of OSes. The Windows directory contains the SDK overlay for the Windows target.
1 parent 698aede commit 44e52d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Darwin/Foundation-swiftoverlay/NSStringAPI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//
2020
// This file is shared between two projects:
2121
//
22-
// 1. https://github.com/apple/swift/tree/master/stdlib/public/SDK/Foundation
22+
// 1. https://github.com/apple/swift/tree/master/stdlib/public/Darwin/Foundation
2323
// 2. https://github.com/apple/swift-corelibs-foundation/tree/master/Foundation
2424
//
2525
// If you change this file, you must update it in both places.
@@ -2176,4 +2176,4 @@ extension StringProtocol {
21762176
) throws {
21772177
fatalError("unavailable function can't be called")
21782178
}
2179-
}
2179+
}

0 commit comments

Comments
 (0)