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 Jan 6, 2022
1 parent 198b9db commit 3c69d3c
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/sendbird-ios-framework/releases/download/v3.1.1/SendBirdSDK.xcframework.zip",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.2/SendBirdSDK.xcframework.zip",
checksum: "aa42385777d84dac53b85f02d32327ec9e620ee7cab9d9b5ac249b8b900d2c7d"
),
]
Expand Down

0 comments on commit 3c69d3c

Please sign in to comment.