Skip to content

Commit c94a27a

Browse files
sstadelmanxymus
authored andcommitted
bumped minimum platform version to 10.13 for swiftlang/swift-tools-support-core#88
1 parent 336a5a1 commit c94a27a

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
@@ -5,7 +5,7 @@ import class Foundation.ProcessInfo
55
let package = Package(
66
name: "swift-driver",
77
platforms: [
8-
.macOS(.v10_10),
8+
.macOS(.v10_13),
99
],
1010
products: [
1111
.executable(

0 commit comments

Comments
 (0)