From 143d061849a9c0fd31b0460d36fedf071b29423b Mon Sep 17 00:00:00 2001 From: consuelita Date: Wed, 28 Apr 2021 18:27:57 -0500 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 62e55a9..61f0613 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "ReplicantSwift", platforms: [ - .macOS(.v10_15) + .macOS(.v11) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages.