From d39ebfd0abe0846dfe4d78d9369060463a876268 Mon Sep 17 00:00:00 2001 From: Demian Turner Date: Tue, 16 Jun 2020 17:08:45 +0100 Subject: [PATCH] Only supporting back to 10.14. --- Package.swift | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 01af9b4..c3bd7a6 100644 --- a/Package.swift +++ b/Package.swift @@ -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. diff --git a/README.md b/README.md index 1c4732b..47bb54d 100644 --- a/README.md +++ b/README.md @@ -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