Skip to content

Commit 669ad73

Browse files
committed
Update Package.swift for 0.9.2
1 parent fd63b3f commit 669ad73

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: "98.0.0")),
13+
.package(url: "https://github.com/ATOS-VIRTUAL-CARE/webrtc-ios", .upToNextMinor(from: "100.0.0")),
1414
],
1515
targets: [
1616
.binaryTarget(
1717
name: "VcsRealtimeSdk",
18-
url: "https://github.com/ATOS-VIRTUAL-CARE/realtime-sdk-ios/releases/download/0.9.1/VcsRealtimeSdk-0.9.1.xcframework.zip",
19-
checksum: "a4de078a2432365e335b2c15a29fff8f638d358c5d4f9d0bf432a3ff5bbb93d7"
18+
url: "https://github.com/ATOS-VIRTUAL-CARE/realtime-sdk-ios/releases/download/0.9.2/VcsRealtimeSdk-0.9.2.xcframework.zip",
19+
checksum: "6ca40c807e4406b6883609eb0a6f0f35d916836c374fea98be822174637aaa80"
2020
),
2121
]
2222
)

0 commit comments

Comments
 (0)