Skip to content

Commit

Permalink
* Updated chat SDK minor version to **v3.1.13**
Browse files Browse the repository at this point in the history
* Added `leftBarButton` to `SBUSelectablePhotoViewController`
  * Added `leftBarButton`
  * Added `didTapLeftBarButton()`
* Improved stability
  • Loading branch information
Jaesung Lee committed Jun 2, 2022
1 parent 67d4223 commit b0f1afc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
Binary file not shown.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### v2.2.7 (Jun 2, 2022)
* Updated chat SDK minor version to **v3.1.13**
* Added `leftBarButton` to `SBUSelectablePhotoViewController`
* Added `leftBarButton`
* Added `didTapLeftBarButton()`
* Improved stability

### v2.2.6 (Mar 28, 2022)
* Updated chat SDK minor version to **v3.1.7**
* Added new classes to support limited photo access level.
Expand Down
16 changes: 0 additions & 16 deletions Package.resolved

This file was deleted.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ let package = Package(
.package(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-chat-ios-spm",
from: "3.1.7"
from: "3.1.13"
),
],
targets: [
.binaryTarget(
name: "SendBirdUIKit",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/v2.2.6/SendBirdUIKit.xcframework.zip",
checksum: "a05d57b75f68e75bf9842e19121bd40f329e29f456b7f48a4b3c080f980655b7"
checksum: "04f3fc751c6b109d82ff1d284c82194c6404dd06b90592ec21e2c4e835bddb1a"
),
.target(
name: "SendBirdUIKitTarget",
Expand Down

0 comments on commit b0f1afc

Please sign in to comment.