Skip to content

Commit

Permalink
Merge pull request #9 from lixm1988/main
Browse files Browse the repository at this point in the history
udpate download url
  • Loading branch information
lixm1988 authored Apr 4, 2023
2 parents 0e7275a + d416706 commit 72cb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(name: "AgoraChat", url: "https://downloadsdk.easemob.com/downloads/AgoraChat/iOS/AgoraChat1_1_0.xcframework.zip", checksum: "d04b005d7e326110deb8dba546f8ea1fc43f68666d941366d6e6dd424a8cf8ce"),
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_1_0.xcframework.zip", checksum: "d04b005d7e326110deb8dba546f8ea1fc43f68666d941366d6e6dd424a8cf8ce"),
]
)

0 comments on commit 72cb848

Please sign in to comment.