Remove iOS from supported platform (#14)

This commit is contained in:
Yuki Yamamoto 2024-02-13 10:45:58 +01:00 committed by GitHub
parent cec993dc2c
commit 28d1782e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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(