Skip to content

Commit

Permalink
Specified minimum macOS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
demianturner committed Jun 16, 2020
1 parent f7979c4 commit 29ca838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/demianturner/DTPageControl",
"state": {
"branch": null,
"revision": "9aa998d973a0d90030b1ca4711d53983f83494af",
"version": "1.0.0"
"revision": "02ec2fbdbdec367fafc17030700fe3c6e7b3c257",
"version": "1.0.1"
}
}
]
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "DTPageControl",
platforms: [
.macOS(.v10_12),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 29ca838

Please sign in to comment.