Skip to content

Commit

Permalink
Merge pull request #131 from sendbird/release/3.27.3
Browse files Browse the repository at this point in the history
Release/3.27.3 -> main
  • Loading branch information
sendbird-sdk-deployment authored Oct 10, 2024
2 parents 8cea4f4 + 651c585 commit 833cc2b
Show file tree
Hide file tree
Showing 21 changed files with 2,513 additions and 2,499 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v3.27.3 (Oct 10, 2024)

## Improvements
- Fixed crash when markdown link string is invalid

### v3.27.2 (Sep 13, 2024)

## Improvements
Expand Down
10 changes: 5 additions & 5 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -440058,21 +440058,21 @@
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMarkdownTransfer.swift",
"kind": "IntegerLiteral",
"offset": 3707,
"offset": 3720,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMarkdownTransfer.swift",
"kind": "IntegerLiteral",
"offset": 3728,
"offset": 3741,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMarkdownTransfer.swift",
"kind": "BooleanLiteral",
"offset": 3775,
"offset": 3788,
"length": 4,
"value": "true"
},
Expand Down Expand Up @@ -473028,14 +473028,14 @@
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
"kind": "StringLiteral",
"offset": 2706,
"offset": 3013,
"length": 5,
"value": "\"\\n\""
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
"kind": "StringLiteral",
"offset": 2719,
"offset": 3026,
"length": 4,
"value": "\"\n\""
},
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.27.2</string>
<string>3.27.3</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 @@ -1696,6 +1696,9 @@ extension SendbirdChatSDK.GroupChannel {
@objc open var isHidden: Swift.Bool {
get
}
@objc open var hiddenState: SendbirdChatSDK.GroupChannelHiddenState {
@objc get
}
@objc open var myMemberState: SendbirdChatSDK.MemberState {
get
}
Expand All @@ -1711,9 +1714,6 @@ extension SendbirdChatSDK.GroupChannel {
@objc open var invitedAt: Swift.Int64 {
get
}
@objc open var hiddenState: SendbirdChatSDK.GroupChannelHiddenState {
get
}
@objc open var myLastRead: Swift.Int64 {
get
}
Expand Down
Loading

0 comments on commit 833cc2b

Please sign in to comment.