Skip to content

Commit

Permalink
Fixed binary target url.
Browse files Browse the repository at this point in the history
  • Loading branch information
lookdeceline committed Feb 24, 2022
1 parent 6ac6bbe commit 2ceb277
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 @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/messaging-ios/releases/download/3.1.5/SendBirdSDK.xcframework.zip",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.5/SendBirdSDK.xcframework.zip",
checksum: "1556b5c46833bc2028f3efa47e68cf59600d9612951f30b365a7dae4ec103eae"
),
]
Expand Down

0 comments on commit 2ceb277

Please sign in to comment.