fix: supported platforms

This commit is contained in:
Shibo Lyu 2025-04-23 11:00:33 +08:00
parent 2248fe8c01
commit 1a762651b6
2 changed files with 2 additions and 4 deletions

View file

@ -8,9 +8,8 @@ let package = Package(
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.visionOS(.v1),
.watchOS(.v6),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.

View file

@ -7,9 +7,8 @@ let package = Package(
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.visionOS(.v1),
.tvOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.