Skip to content

Commit

Permalink
Merge pull request #14 from krzyzanowskim/master
Browse files Browse the repository at this point in the history
Requires macOS 10.14
  • Loading branch information
tanner0101 authored Dec 17, 2019
2 parents 4ad6668 + a69eb28 commit 2169b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Mustache",
platforms: [
.macOS(.v10_15)
.macOS(.v10_14)
],
products: [
.library(name: "Mustache", targets: ["Mustache"]),
Expand Down

0 comments on commit 2169b3a

Please sign in to comment.