We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cbc435 + 6805724 commit 05bb9acCopy full SHA for 05bb9ac
Package.swift
@@ -20,6 +20,6 @@ let package = Package(
20
targets: [
21
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
22
// Targets can depend on other targets in this package, and on products in packages this package depends on.
23
- .binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_2_0.xcframework.zip", checksum: "e669afbb66d7ee0a5755beef08d8ad3a661ce17e4d3444a48dacc7af0f77ad4c"),
+ .binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_3_0.zip", checksum: "3ee8c80573a2fa5f4c74abba9b23ba7adb9af549419b15bda278c691e110e4f1"),
24
]
25
)
0 commit comments