-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix issue with local caching where messages were loading slowly.
- Loading branch information
Showing
15 changed files
with
568 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.swiftpm/xcode/package.xcworkspace/xcuserdata | ||
.swiftpm/xcode/xcuserdata | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SendBirdSDK" | ||
s.version = "3.1.5" | ||
s.version = "3.1.6" | ||
s.summary = "SendBird iOS Framework" | ||
s.description = "Messaging and Chat API for Mobile Apps and Websites" | ||
s.homepage = "https://sendbird.com" | ||
s.license = "Commercial" | ||
s.authors = { | ||
"Jed Gyeong" => "[email protected]", | ||
"Woo" => "[email protected]", | ||
"Celine Moon" => "[email protected]" | ||
"Celine Moon" => "[email protected]", | ||
"Erenst Hong" => "[email protected]" | ||
} | ||
s.source = { :git => "https://github.com/sendbird/sendbird-ios-framework.git", :tag => "v#{s.version}" } | ||
s.requires_arc = true | ||
|
364 changes: 184 additions & 180 deletions
364
...2-B2D7-3E49-BAC8-B9694379E80F.bcsymbolmap → ...B-EE7D-3A8D-AE87-52FCFA395D3B.bcsymbolmap
Large diffs are not rendered by default.
Oops, something went wrong.
370 changes: 187 additions & 183 deletions
370
...1-08B7-3FCF-9037-B36DE6783A62.bcsymbolmap → ...1-FE6B-3C27-966F-C283166A5219.bcsymbolmap
Large diffs are not rendered by default.
Oops, something went wrong.
370 changes: 187 additions & 183 deletions
370
...B-C2BD-3A21-A5A1-CC104DAD0038.bcsymbolmap → ...4-4CE5-3B9A-92B8-5E01E4F1FEF7.bcsymbolmap
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Sources/SendBirdSDK.xcframework/ios-arm64_armv7/SendBirdSDK.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+16.5 KB
(100%)
Sources/SendBirdSDK.xcframework/ios-arm64_armv7/SendBirdSDK.framework/SendBirdSDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-235 Bytes
(100%)
...ork/ios-arm64_armv7/dSYMs/SendBirdSDK.framework.dSYM/Contents/Resources/DWARF/SendBirdSDK
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.../SendBirdSDK.xcframework/ios-arm64_i386_x86_64-simulator/SendBirdSDK.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+16.7 KB
(100%)
...SendBirdSDK.xcframework/ios-arm64_i386_x86_64-simulator/SendBirdSDK.framework/SendBirdSDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-683 Bytes
(100%)
...86_x86_64-simulator/dSYMs/SendBirdSDK.framework.dSYM/Contents/Resources/DWARF/SendBirdSDK
Binary file not shown.