Skip to content

Commit

Permalink
Fix macOS requirement in Package.swift
Browse files Browse the repository at this point in the history
I forgot to update it when doing sindresorhus@669fc93

Fixes sindresorhus#44
  • Loading branch information
sindresorhus committed Dec 3, 2019
1 parent 9da487d commit 6c731a6
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: "Preferences",
platforms: [
.macOS(.v10_12)
.macOS(.v10_10)
],
products: [
.library(
Expand Down

0 comments on commit 6c731a6

Please sign in to comment.