mirror of
https://github.com/laosb/swift-minisign.git
synced 2025-04-30 18:01:08 +00:00
fix: supported platforms
This commit is contained in:
parent
2248fe8c01
commit
1a762651b6
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue