Skip to content

Commit 7c11d0e

Browse files
authored
Merge pull request #23 from zjc19891106/main
1.3.5-beta change binary link
2 parents 8277f21 + d84cb6d commit 7c11d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ let package = Package(
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2222
// 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-sdk.oss-cn-beijing.aliyuncs.com/downloads/AgoraChat/AgoraChat1_3_5_beta.xcframework.zip", checksum: "c73ef46b0cfa568ed3853084083fe3278644c73183e93b1d56399ac46f7656b9"),
23+
.binaryTarget(name: "AgoraChat", url: "https://download-sdk.oss-cn-beijing.aliyuncs.com/downloads/AgoraChat/AgoraChat1_3_5_beta.xcframework.zip", checksum: "9fe197d7bfe2c637883fd6186f93fd28ea5ce7bbff19dc5b4473499872830566"),
2424
]
2525
)

0 commit comments

Comments
 (0)