sendbird / sendbird-chat-sample-ios

This repository provides feature-level Chat samples with Swift.
https://sendbird.com/docs/chat/v4/ios/overview
MIT License
33 stars 5 forks source link

Migrate SendbirdChatSDK to 4.0.0 #135

Closed cozzin closed 2 years ago

cozzin commented 2 years ago

Dependencies.swift

I changed Dependencies to use exact version

.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .exact("4.0.0")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .exact("7.2.0")),

Migrations