mirror of
https://github.com/wnagrodzki/UserInterfaceVariations.git
synced 2025-05-03 17:21:40 +02:00
Set minimum deployment target version for the iOS platform to 12
This commit is contained in:
parent
d3be71b139
commit
78c8580c83
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue