Skip to content

Commit 4f314b3

Browse files
author
Young Hwang
committed
* Fixed file uploading bug.
1 parent 55a4903 commit 4f314b3

File tree

8 files changed

+8
-4
lines changed

8 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v3.0.79(Dec 19, 2017)
4+
* Fixed file uploading bug.
5+
36
### v3.0.78(Dec 14, 2017)
47
* Fixed connection bug.
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://cocoapods.org/pods/SendBirdSDK)
55
[![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/smilefam/sendbird-ios-framework)
6-
[![CocoaPods](https://img.shields.io/badge/pod-v3.0.78-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
6+
[![CocoaPods](https://img.shields.io/badge/pod-v3.0.79-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/sendbird-ios-framework/blob/master/LICENSE.md)
99

SendBirdSDK.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.78</string>
16+
<string>3.0.79</string>
1717
<key>CFBundleVersion</key>
18-
<string>3.0.78</string>
18+
<string>3.0.79</string>
1919
</dict>
2020
</plist>
-238 Bytes
Binary file not shown.

SendBirdSDK.framework/Headers/SBDTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ typedef NS_ENUM(NSInteger, SDBErrorCode) {
7676
SBDErrorRequestFailed = 800220,
7777
SBDErrorFileUploadCancelFailed = 800230,
7878
SBDErrorFileUploadCancelled = 800240,
79+
SBDErrorFileUploadTimeout = 800250,
7980
};
8081

8182
/**

SendBirdSDK.framework/Info.plist

-2 Bytes
Binary file not shown.

SendBirdSDK.framework/SendBirdSDK

16.2 KB
Binary file not shown.

SendBirdSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdSDK"
3-
s.version = "3.0.78"
3+
s.version = "3.0.79"
44
s.summary = "SendBird iOS Framework"
55
s.description = "Messaging and Chat API for Mobile Apps and Websites"
66
s.homepage = "https://sendbird.com"

0 commit comments

Comments
 (0)