From 8164bccc310fd497545644a2c94f1f849136877c Mon Sep 17 00:00:00 2001 From: Max-Joseph Krempl <krempl@in.tum.de> Date: Sat, 3 Dec 2022 15:03:25 +0100 Subject: [PATCH] Lowered platform requirements to macOS 10.13 and iOS 11 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 297a638..b219fec 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,8 @@ import PackageDescription let package = Package( name: "QRCodeGenerator", platforms: [ - .macOS(.v11), - .iOS(.v14) + .macOS(.v10_13), + .iOS(.v11) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.