From 83a10a78c44c962cf313ebabf16ab4aaf5810c92 Mon Sep 17 00:00:00 2001 From: Arian Flores Date: Tue, 7 Mar 2023 17:42:58 -0800 Subject: [PATCH] Update MacOS version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b352c0f..c5fcfec 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "MagicExtensions", platforms: [ .iOS(.v13), - .macOS(.v10_12) + .macOS(.v10_15) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.