From 78c8580c83ff5209fd2182e54b7128499de3223b Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:14:21 +0200 Subject: [PATCH] Set minimum deployment target version for the iOS platform to 12 --- Package.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Package.swift b/Package.swift index 1929e4c..7ed77da 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,9 @@ import PackageDescription let package = Package( name: "UserInterfaceVariations", + platforms: [ + .iOS(.v12) + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(