Skip to content

Commit

Permalink
Merge pull request #99 from sendbird/release/3.18.2
Browse files Browse the repository at this point in the history
Release/3.18.2 -> main
  • Loading branch information
sendbird-sdk-deployment committed Mar 19, 2024
2 parents 17f0b73 + 85d9e6e commit 7210c2b
Show file tree
Hide file tree
Showing 25 changed files with 2,192 additions and 2,097 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v3.18.2 (Mar 19, 2024)

- Made the initializer of `SBUFeedNotificationChannelViewParams` public

### v3.18.1 (Mar 18, 2024)

- Added `SBUFeedNotificationChannelViewParams` to control how the views in `SBUFeedNotificationChannelViewController` are displayed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.18.1
SBU_APP_BUNDLE_VERSION = 3.18.1
SBU_APP_VERSION = 3.18.2
SBU_APP_BUNDLE_VERSION = 3.18.2
SENDBIRD_CHAT_SDK_VERSION = 4.16.1
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4662,6 +4662,33 @@
"accessorKind": "get"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(showEmptyViewIcon:)",
"children": [
{
"kind": "TypeNominal",
"name": "SBUFeedNotificationChannelViewParams",
"printedName": "SendbirdUIKit.SBUFeedNotificationChannelViewParams",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Constructor",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"mangledName": "$s13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"moduleName": "SendbirdUIKit",
"declAttributes": [
"AccessControl"
],
"init_kind": "Designated"
}
],
"declKind": "Struct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.18.1</string>
<string>3.18.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.18.1
SBU_APP_BUNDLE_VERSION = 3.18.1
SBU_APP_VERSION = 3.18.2
SBU_APP_BUNDLE_VERSION = 3.18.2
SENDBIRD_CHAT_SDK_VERSION = 4.16.1
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4662,6 +4662,33 @@
"accessorKind": "get"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(showEmptyViewIcon:)",
"children": [
{
"kind": "TypeNominal",
"name": "SBUFeedNotificationChannelViewParams",
"printedName": "SendbirdUIKit.SBUFeedNotificationChannelViewParams",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Constructor",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"mangledName": "$s13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"moduleName": "SendbirdUIKit",
"declAttributes": [
"AccessControl"
],
"init_kind": "Designated"
}
],
"declKind": "Struct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4662,6 +4662,33 @@
"accessorKind": "get"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(showEmptyViewIcon:)",
"children": [
{
"kind": "TypeNominal",
"name": "SBUFeedNotificationChannelViewParams",
"printedName": "SendbirdUIKit.SBUFeedNotificationChannelViewParams",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Constructor",
"usr": "s:13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"mangledName": "$s13SendbirdUIKit36SBUFeedNotificationChannelViewParamsV09showEmptyF4IconACSb_tcfc",
"moduleName": "SendbirdUIKit",
"declAttributes": [
"AccessControl"
],
"init_kind": "Designated"
}
],
"declKind": "Struct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extension SendbirdUIKit.SBUBaseChannelModule.List {
}
public struct SBUFeedNotificationChannelViewParams {
public let showEmptyViewIcon: Swift.Bool
public init(showEmptyViewIcon: Swift.Bool)
}
extension SendbirdUIKit.SBUConfig {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Common : ObjectiveC.NSObject, Swift.Codable {
Expand Down

0 comments on commit 7210c2b

Please sign in to comment.