Skip to content

Commit bf068f6

Browse files
authored
Merge pull request #13 from sendbird/release/1.1.9
Release version to 1.1.9
2 parents 0eda6ae + 380c191 commit bf068f6

File tree

23 files changed

+1028
-407
lines changed

23 files changed

+1028
-407
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v1.1.9 (Oct 17, 2025) with Chat SDK **v4.30.0**
4+
* Fixed build environment issues related to ChatSDK and other frameworks.
5+
36
### v1.1.8 (Jul 17, 2025) with Chat SDK **v4.28.0**
47
* Authenticate user with optional language parameter
58
* `authenticate(withUserId:accessToken:language:completionHandler:)`

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(name: "SendbirdChatSDK",
1616
url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
17-
from: "4.28.0"),
17+
from: "4.30.0"),
1818
],
1919
targets: [
2020
.binaryTarget(name: "SendBirdDesk", path: "SendBirdDesk.xcframework"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This section shows the prerequisites you need to check to use Sendbird Desk SDK
5252
The minimum requirements for Sendbird Desk SDK for iOS are:
5353

5454
- iOS 13+
55-
- Sendbird Chat SDK for iOS 4.25.0+
55+
- Sendbird Chat SDK for iOS 4.30.0+
5656

5757
<br />
5858

SendBirdDesk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdDesk"
3-
s.version = "1.1.8"
3+
s.version = "1.1.9"
44
s.summary = "SendBird Desk iOS Framework"
55
s.homepage = "https://sendbird.com"
66
s.license = "Commercial"
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121
s.ios.vendored_frameworks = 'SendBirdDesk.xcframework'
2222
s.ios.frameworks = ["UIKit", "AVFoundation", "AVKit", "UserNotifications"]
2323

24-
s.dependency 'SendbirdChatSDK', ">= 4.28.0"
24+
s.dependency 'SendbirdChatSDK', ">= 4.30.0"
2525
end

SendBirdDesk.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</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>SendBirdDesk.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>SendBirdDesk.framework/SendBirdDesk</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>SendBirdDesk.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)