Skip to content

Commit e2eca46

Browse files
authored
Merge pull request #187 from artemcm/DeBumpTargetPlatform
Revert #185: Bump minimum platform version to 10.13
2 parents 549c96f + 0e09ae6 commit e2eca46

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_13),
8+
.macOS(.v10_10),
99
],
1010
products: [
1111
.executable(

0 commit comments

Comments
 (0)