Skip to content

Commit 85d9e6e

Browse files
Release - 3.18.2
1 parent 17f0b73 commit 85d9e6e

File tree

25 files changed

+2192
-2097
lines changed

25 files changed

+2192
-2097
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.18.2 (Mar 19, 2024)
4+
5+
- Made the initializer of `SBUFeedNotificationChannelViewParams` public
6+
37
### v3.18.1 (Mar 18, 2024)
48

59
- Added `SBUFeedNotificationChannelViewParams` to control how the views in `SBUFeedNotificationChannelViewController` are displayed.

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

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

12-
SBU_APP_VERSION = 3.18.1
13-
SBU_APP_BUNDLE_VERSION = 3.18.1
12+
SBU_APP_VERSION = 3.18.2
13+
SBU_APP_BUNDLE_VERSION = 3.18.2
1414
SENDBIRD_CHAT_SDK_VERSION = 4.16.1
0 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4662,6 +4662,33 @@
46624662
"accessorKind": "get"
46634663
}
46644664
]
4665+
},
4666+
{
4667+
"kind": "Constructor",
4668+
"name": "init",
4669+
"printedName": "init(showEmptyViewIcon:)",
4670+
"children": [
4671+
{
4672+
"kind": "TypeNominal",
4673+
"name": "SBUFeedNotificationChannelViewParams",
4674+
"printedName": "SendbirdUIKit.SBUFeedNotificationChannelViewParams",
4675+
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV"
4676+
},
4677+
{
4678+
"kind": "TypeNominal",
4679+
"name": "Bool",
4680+
"printedName": "Swift.Bool",
4681+
"usr": "s:Sb"
4682+
}
4683+
],
4684+
"declKind": "Constructor",
4685+
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
4686+
"mangledName": "$s13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
4687+
"moduleName": "SendbirdUIKit",
4688+
"declAttributes": [
4689+
"AccessControl"
4690+
],
4691+
"init_kind": "Designated"
46654692
}
46664693
],
46674694
"declKind": "Struct",

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
208208
}
209209
public struct SBUFeedNotificationChannelViewParams {
210210
public let showEmptyViewIcon: Swift.Bool
211+
public init(showEmptyViewIcon: Swift.Bool)
211212
}
212213
extension SendbirdUIKit.SBUConfig {
213214
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
208208
}
209209
public struct SBUFeedNotificationChannelViewParams {
210210
public let showEmptyViewIcon: Swift.Bool
211+
public init(showEmptyViewIcon: Swift.Bool)
211212
}
212213
extension SendbirdUIKit.SBUConfig {
213214
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
24 Bytes
Binary file not shown.

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.18.1</string>
16+
<string>3.18.2</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
211 Bytes
Binary file not shown.

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

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

12-
SBU_APP_VERSION = 3.18.1
13-
SBU_APP_BUNDLE_VERSION = 3.18.1
12+
SBU_APP_VERSION = 3.18.2
13+
SBU_APP_BUNDLE_VERSION = 3.18.2
1414
SENDBIRD_CHAT_SDK_VERSION = 4.16.1

0 commit comments

Comments
 (0)