Skip to content

Commit 833cc2b

Browse files
Merge pull request #131 from sendbird/release/3.27.3
Release/3.27.3 -> main
2 parents 8cea4f4 + 651c585 commit 833cc2b

File tree

21 files changed

+2513
-2499
lines changed

21 files changed

+2513
-2499
lines changed

CHANGELOG.md

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

3+
### v3.27.3 (Oct 10, 2024)
4+
5+
## Improvements
6+
- Fixed crash when markdown link string is invalid
7+
38
### v3.27.2 (Sep 13, 2024)
49

510
## Improvements

Framework/SendbirdUIKit.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>SendbirdUIKit.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>SendbirdUIKit.framework/SendbirdUIKit</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>SendbirdUIKit.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)