mirror of https://github.com/apple/pkl-swift
Remove iOS from supported platform (#14)
This commit is contained in:
parent
cec993dc2c
commit
28d1782e50
|
@ -5,8 +5,7 @@ let package = Package(
|
||||||
name: "pkl-swift",
|
name: "pkl-swift",
|
||||||
platforms: [
|
platforms: [
|
||||||
// required because of `Duration` API
|
// required because of `Duration` API
|
||||||
.macOS(.v13),
|
.macOS(.v13)
|
||||||
.iOS(.v13),
|
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
|
|
Loading…
Reference in New Issue