Skip to content

Commit 116d56d

Browse files
committed
Update Package.swift for 0.9.0
1 parent 1fce058 commit 116d56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ let package = Package(
1010
targets: ["VcsRealtimeSdk"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ATOS-VIRTUAL-CARE/webrtc-ios", .upToNextMinor(from: "90.0.1")),
13+
.package(url: "https://github.com/ATOS-VIRTUAL-CARE/webrtc-ios", .upToNextMinor(from: "98.0.0")),
1414
],
1515
targets: [
1616
.binaryTarget(
1717
name: "VcsRealtimeSdk",
18-
url: "https://github.com/ATOS-VIRTUAL-CARE/realtime-sdk-ios/releases/download/0.8.0/VcsRealtimeSdk-0.8.0.xcframework.zip",
19-
checksum: "1de56d60a2129343922ccb78be9663f9a618274e052ec98f038f5620ac36534a"
18+
url: "/realtime-sdk-ios/releases/download/0.9.0/VcsRealtimeSdk-0.9.0.xcframework.zip",
19+
checksum: "197922a6d30f9f901c8a6ab121bbd20076187ee0a2c50676230c2263bd831d94"
2020
),
2121
]
2222
)

0 commit comments

Comments
 (0)