diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ee1ded --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/xcuserdata diff --git a/.swiftpm/xcode/package.xcworkspace/xcuserdata/wooyoung.chung.xcuserdatad/UserInterfaceState.xcuserstate b/.swiftpm/xcode/package.xcworkspace/xcuserdata/wooyoung.chung.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 729ed9a..0000000 Binary files a/.swiftpm/xcode/package.xcworkspace/xcuserdata/wooyoung.chung.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/.swiftpm/xcode/xcuserdata/wooyoung.chung.xcuserdatad/xcschemes/xcschememanagement.plist b/.swiftpm/xcode/xcuserdata/wooyoung.chung.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 3a250b4..0000000 --- a/.swiftpm/xcode/xcuserdata/wooyoung.chung.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - SendBirdSDK.xcscheme_^#shared#^_ - - orderHint - 0 - - - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3cb91..6663aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +### v3.1.6 (Mar 2, 2022) +* Fix issue with local caching where messages were loading slowly. + ### v3.1.5 (Feb 24, 2022) * Fixed a bug where ACK_TIMEOUT(800180) errors were incorrectly being sent. diff --git a/Package.swift b/Package.swift index 0fb1219..95c870b 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( targets: [ .binaryTarget( name: "SendBirdSDK", - url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.5/SendBirdSDK.xcframework.zip", - checksum: "1556b5c46833bc2028f3efa47e68cf59600d9612951f30b365a7dae4ec103eae" + url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.6/SendBirdSDK.xcframework.zip", + checksum: "59383269aa62e826bf5f3f029ead75cd12ded8a4fcfb5d43c6528026049076f0" ), ] )