Skip to content

Commit

Permalink
Only supporting back to 10.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
demianturner committed Jun 16, 2020
1 parent 74c064f commit d39ebfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "DTPageControl",
platforms: [
.macOS(.v10_12),
.macOS(.v10_14),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a PageControl component for macOS. Updated from [NSPageControl](https://
Install using Swift Package Manager.

## Requirements
- OS X 10.12+
- OS X 10.14+
- Xcode 11.0 or above

## Demo/Example
Expand Down

0 comments on commit d39ebfd

Please sign in to comment.