Skip to content

Commit ad2a120

Browse files
committed
Update SDK
1 parent 2e3a5a1 commit ad2a120

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let package = Package(
99
.iOS(.v14),
1010
.macOS(.v11),
1111
.macCatalyst(.v14),
12-
.visionOS(.v1),
1312
.tvOS(.v17),
1413
],
1514
products: [
@@ -19,7 +18,7 @@ let package = Package(
1918
),
2019
],
2120
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"),
2322
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.3"),
2423
],
2524
targets: [

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.iOS(.v14),
1010
.macOS(.v11),
1111
.macCatalyst(.v14),
12-
.visionOS(.v1),
12+
.visionOS(.v2),
1313
.tvOS(.v17),
1414
],
1515
products: [
@@ -19,7 +19,7 @@ let package = Package(
1919
),
2020
],
2121
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"),
2323
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.3"),
2424
],
2525
targets: [

0 commit comments

Comments
 (0)