Skip to content

Commit 4d8555d

Browse files
authored
Update macOS minimum deployment target from 10.15.0 to 10.15.4 to allow Swift-friendlier Foundation.FileHandle APIs to be used in SwiftPM. As SourceKit-LSP uses libSwiftPM, it needs to have as new of a deployment target as SwiftPM does. This has no change in behavior in SourceKit-LSP. (#436)
1 parent 7f066d1 commit 4d8555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "SourceKitLSP",
7-
platforms: [.macOS(.v10_15)],
7+
platforms: [.macOS("10.15.4")],
88
products: [
99
.executable(
1010
name: "sourcekit-lsp",

0 commit comments

Comments
 (0)