Set minimum deployment target version for the iOS platform to 12

This commit is contained in:
Wojciech Nagrodzki 2021-06-03 10:14:21 +02:00
parent d3be71b139
commit 78c8580c83
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569

View file

@ -5,6 +5,9 @@ import PackageDescription
let package = Package( let package = Package(
name: "UserInterfaceVariations", name: "UserInterfaceVariations",
platforms: [
.iOS(.v12)
],
products: [ products: [
// Products define the executables and libraries a package produces, and make them visible to other packages. // Products define the executables and libraries a package produces, and make them visible to other packages.
.library( .library(