From 539b931b66836e92bda2a3444e553675b2e7efdf Mon Sep 17 00:00:00 2001 From: Muukii Date: Mon, 24 Apr 2023 14:28:55 +0900 Subject: [PATCH] Patch --- Package.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index ee69d73..7243fa8 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,7 @@ import PackageDescription let package = Package( name: "AsyncMultiplexImage", platforms: [ - .iOS(.v13), - .macOS(.v10_15) + .iOS(.v14), ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.