Skip to content

Commit fb707d1

Browse files
authored
Merge pull request #369 from yim-lee/require-mac10.15
Require macOS 10.15
2 parents 7e9e447 + b3e1e54 commit fb707d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

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

55
let package = Package(
66
name: "SourceKitLSP",
7+
platforms: [.macOS(.v10_15)],
78
products: [
89
.executable(
910
name: "sourcekit-lsp",

0 commit comments

Comments
 (0)