From 92240d1211ce4468a45ac9d15b472dae1162a15b Mon Sep 17 00:00:00 2001 From: Nicolas HENRI Date: Mon, 28 Mar 2022 17:49:01 +0200 Subject: [PATCH] Upgrade swift tool version to 5.5 Specify platforms for build --- Package.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index dd8de29..243d653 100644 --- a/Package.swift +++ b/Package.swift @@ -1,10 +1,13 @@ -// swift-tools-version:4.0 +// swift-tools-version:5.5 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "ShowcaseKit", + platforms: [ + .iOS(.v13) + ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(