Skip to content

Commit 2169b3a

Browse files
authored
Merge pull request #14 from krzyzanowskim/master
Requires macOS 10.14
2 parents 4ad6668 + a69eb28 commit 2169b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "Mustache",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v10_14)
88
],
99
products: [
1010
.library(name: "Mustache", targets: ["Mustache"]),

0 commit comments

Comments
 (0)