From 1bbb8f2115ed5c138b717ca9c7d562149e018c3e Mon Sep 17 00:00:00 2001 From: Changemin Date: Sat, 26 Dec 2020 01:13:53 +0900 Subject: [PATCH] Update 'supported platforms' --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 19c1124..a2f794f 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "CMTagField", platforms: [ .iOS(.v14), - .macOS(.v10_15) + .macOS(.v11) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.