Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9d9f5e0

Browse files
committed
change packege deps
1 parent d860181 commit 9d9f5e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
{
2323
"package": "WebRTC",
24-
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
24+
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "aaef003e42a5ec34c3ff44abc6c352d18e39a278",
27+
"revision": "64919afdbdc80be06cbff916b736c1625c7f628a",
2828
"version": "104.5112.15"
2929
}
3030
},

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
)
1717
],
1818
dependencies: [
19-
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.15")),
19+
.package(name: "WebRTC", url: "https://github.com/jellyfish-dev/ios-webrtc-specs.git", .exact("104.5112.15")),
2020
.package(
2121
name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git",
2222
.upToNextMajor(from: "1.18.0")),

0 commit comments

Comments
 (0)