Skip to content

Commit d908aca

Browse files
author
Jaesung Lee
committed
v3.5.3 (Mar 31, 2023)
* Modified voice message maximum recording time from 1 min to 10 min * Improved stability
1 parent 600eab4 commit d908aca

File tree

23 files changed

+1581
-1576
lines changed

23 files changed

+1581
-1576
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v3.5.3 (Mar 31, 2023)
4+
* Modified voice message maximum recording time from 1 min to 10 min
5+
* Improved stability
6+
37
### v3.5.2 (Mar 24, 2023)
48
* Added `SBUCommonViewControllerSet`
59
* Added `FileViewController` to `SBUCommonViewControllerSet`
File renamed without changes.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// Configuration settings file format documentation can be found at:
1010
// https://help.apple.com/xcode/#/dev745c5c974
1111

12-
SBU_APP_VERSION = 3.5.2
12+
SBU_APP_VERSION = 3.5.3
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/_CodeSignature/CodeResources

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Base.xcconfig</key>
1212
<data>
13-
7pNz6OqxhPQoY5Q2R5o5RRaYqh4=
13+
oUr0jB7M5XqgK1VKuOeRdHISM38=
1414
</data>
1515
<key>Debug.xcconfig</key>
1616
<data>
@@ -22,7 +22,7 @@
2222
</data>
2323
<key>Info.plist</key>
2424
<data>
25-
SmrNj8clV05vUrIb25i3nkplzj8=
25+
4d1eJ2dggnl3ckw/zKid/ZK82Xc=
2626
</data>
2727
<key>Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
2828
<data>
@@ -34,7 +34,7 @@
3434
</data>
3535
<key>Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
3636
<data>
37-
RgZMbalDwtKDY4JG0BSiD5HlQzw=
37+
YH4sDmbXRwHeQnpVHiKuakLn33k=
3838
</data>
3939
<key>Modules/module.modulemap</key>
4040
<data>
@@ -70,7 +70,7 @@
7070
<dict>
7171
<key>hash2</key>
7272
<data>
73-
gKJ6xL5WJA9RyxtGVO7jbHobCj/IqZyBeC9KsD6ME88=
73+
0msbCLAkg0uMGsRi24Xa2wAxDA8GFCdZPZlBOcUMIWI=
7474
</data>
7575
</dict>
7676
<key>Debug.xcconfig</key>
@@ -105,7 +105,7 @@
105105
<dict>
106106
<key>hash2</key>
107107
<data>
108-
8UqNuaOzoDZechx2QKHK8d/Ui8yZ1Kuu/F0ZX95aS6w=
108+
/dt7UaF6mFqHy67cTdwEVkwPa9cT5vOfXVy4V5kkJ98=
109109
</data>
110110
</dict>
111111
<key>Modules/module.modulemap</key>

Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.5.2</string>
16+
<string>3.5.3</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
-2 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2651,8 +2651,9 @@ extension SendbirdChatSDK.PollDetails {
26512651
@objc public var data: Swift.String?
26522652
@objc public var operatorUserIds: [Swift.String]?
26532653
@objc public var customType: Swift.String?
2654+
@objc public var isEphemeral: Swift.Bool
26542655
@objc override convenience dynamic public init()
2655-
@objc public init(name: Swift.String? = nil, channelURL: Swift.String? = nil, coverURL: Swift.String? = nil, coverImage: Foundation.Data? = nil, coverImageName: Swift.String? = nil, data: Swift.String? = nil, operatorUserIds: [Swift.String]? = nil, customType: Swift.String? = nil)
2656+
@objc public init(name: Swift.String? = nil, channelURL: Swift.String? = nil, coverURL: Swift.String? = nil, coverImage: Foundation.Data? = nil, coverImageName: Swift.String? = nil, data: Swift.String? = nil, operatorUserIds: [Swift.String]? = nil, customType: Swift.String? = nil, isEphemeral: Swift.Bool = false)
26562657
@objc public func setOperators(_ operators: [SendbirdChatSDK.User])
26572658
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
26582659
@objc deinit

Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// Configuration settings file format documentation can be found at:
1010
// https://help.apple.com/xcode/#/dev745c5c974
1111

12-
SBU_APP_VERSION = 3.5.2
12+
SBU_APP_VERSION = 3.5.3

0 commit comments

Comments
 (0)