We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff9e42 commit e6a8a26Copy full SHA for e6a8a26
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
platforms: [
9
.iOS(.v14),
10
.macOS(.v11),
11
- .macCatalyst(.v14)
+ .macCatalyst(.v14),
12
],
13
products: [
14
.library(
[email protected]
@@ -10,7 +10,7 @@ let package = Package(
.macCatalyst(.v14),
.tvOS(.v17),
- .visionOS(.v1)
+ .visionOS(.v1),
15
16
0 commit comments