mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
Bump livekit client
This commit is contained in:
parent
13c064186a
commit
5730d0ef21
4 changed files with 10 additions and 10 deletions
|
@ -6,8 +6,8 @@
|
||||||
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
|
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "7331b813a5ab8a95cfb81fb2b4ed10519428b9ff",
|
"revision": "8b9cefed8d1669ec8fce41376b56dce3036a5f50",
|
||||||
"version": "1.0.12"
|
"version": "1.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
|
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "2f6bab30c8df0fe59ab3e58bc99097f757f85f65",
|
"revision": "4fa8d6d647fc759cdd0265fd413d2f28ea2e0e08",
|
||||||
"version": "104.5112.17"
|
"version": "114.5735.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,7 @@ let package = Package(
|
||||||
targets: ["LiveKitBridge"]),
|
targets: ["LiveKitBridge"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.0.12")),
|
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.1.4")),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
|
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "7331b813a5ab8a95cfb81fb2b4ed10519428b9ff",
|
"revision": "8b9cefed8d1669ec8fce41376b56dce3036a5f50",
|
||||||
"version": "1.0.12"
|
"version": "1.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
|
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "2f6bab30c8df0fe59ab3e58bc99097f757f85f65",
|
"revision": "4fa8d6d647fc759cdd0265fd413d2f28ea2e0e08",
|
||||||
"version": "104.5112.17"
|
"version": "114.5735.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,7 @@ let package = Package(
|
||||||
targets: ["LiveKitBridge2"]),
|
targets: ["LiveKitBridge2"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.0.12")),
|
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.1.4")),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
|
|
Loading…
Reference in a new issue