File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ let package = Package(
9
9
. iOS( . v14) ,
10
10
. macOS( . v11) ,
11
11
. macCatalyst( . v14) ,
12
- . visionOS( . v1) ,
13
12
. tvOS( . v17) ,
14
13
] ,
15
14
products: [
@@ -19,7 +18,7 @@ let package = Package(
19
18
) ,
20
19
] ,
21
20
dependencies: [
22
- . package ( url: " https://github.com/livekit/client-sdk-swift.git " , from: " 2.6 .0 " ) ,
21
+ . package ( url: " https://github.com/livekit/client-sdk-swift.git " , from: " 2.7 .0 " ) ,
23
22
. package ( url: " https://github.com/apple/swift-docc-plugin.git " , from: " 1.4.3 " ) ,
24
23
] ,
25
24
targets: [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
9
9
. iOS( . v14) ,
10
10
. macOS( . v11) ,
11
11
. macCatalyst( . v14) ,
12
- . visionOS( . v1 ) ,
12
+ . visionOS( . v2 ) ,
13
13
. tvOS( . v17) ,
14
14
] ,
15
15
products: [
@@ -19,7 +19,7 @@ let package = Package(
19
19
) ,
20
20
] ,
21
21
dependencies: [
22
- . package ( url: " https://github.com/livekit/client-sdk-swift.git " , from: " 2.6 .0 " ) ,
22
+ . package ( url: " https://github.com/livekit/client-sdk-swift.git " , from: " 2.7 .0 " ) ,
23
23
. package ( url: " https://github.com/apple/swift-docc-plugin.git " , from: " 1.4.3 " ) ,
24
24
] ,
25
25
targets: [
You can’t perform that action at this time.
0 commit comments