Skip to content

Commit fb6942d

Browse files
committed
Fix - package.swift target
1 parent 7ef53bb commit fb6942d

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
@@ -54,17 +54,17 @@ let package = Package(
5454
),
5555
.binaryTarget(
5656
name: "Tencent",
57-
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Facebook.xcframework.zip",
57+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Tencent.xcframework.zip",
5858
checksum: "1f1c030e84e1948aaf6c3e126beb71245b1b8d2f8d237e58b34465cec3e3804a"
5959
),
6060
.binaryTarget(
6161
name: "Weibo",
62-
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Facebook.xcframework.zip",
62+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Weibo.xcframework.zip",
6363
checksum: "8a2a42e69298722eb9e8e72d88eff06fcb1290c971bc2db96a40e8c720e5ad15"
6464
),
6565
.binaryTarget(
6666
name: "Baidu",
67-
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Facebook.xcframework.zip",
67+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.2/Baidu.xcframework.zip",
6868
checksum: "b3cf244393db35bb38e216f8c2ddfd611962a59b0a84d14ae9f83ed62a5fd4bd"
6969
),
7070
.binaryTarget(

0 commit comments

Comments
 (0)