From 0418f495734cb1b9db8d9fd1e75cc72655d1b85e Mon Sep 17 00:00:00 2001 From: lixm1988 <527725681@qq.com> Date: Fri, 20 Dec 2024 10:54:00 +0800 Subject: [PATCH] udpate download path --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4bf1681..06154cc 100644 --- a/Package.swift +++ b/Package.swift @@ -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://download.agora.io/sdk/release/AgoraChat1_3_1.xcframework.zip ", checksum: "262349351fce761b8b0ae4feecfce3f8876fb407382130717e390050f0ca3656"), + .binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_3_1.xcframework.zip", checksum: "262349351fce761b8b0ae4feecfce3f8876fb407382130717e390050f0ca3656"), ] )