Skip to content

Commit af7c8d3

Browse files
authored
Merge pull request #15 from sendbird/release/1.1.11
Release/1.1.11 -> master
2 parents fa6fe3d + abfc0bf commit af7c8d3

File tree

19 files changed

+3136
-3730
lines changed

19 files changed

+3136
-3730
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Change Log
22

3+
### v1.1.11 (Nov 5, 2025) with Chat SDK **v4.32.0**
4+
* Fixed issue where referenced xcframework files were not being updated properly
5+
36
### v1.1.10 (Nov 3, 2025) with Chat SDK **v4.32.0**
47
* Updated dependency SDK versions to the latest stable releases
5-
* SendbirdChatSDK: v4.31.1
8+
* SendbirdChatSDK: v4.32.0
69

710
### v1.1.9 (Oct 17, 2025) with Chat SDK **v4.30.0**
811
* Fixed build environment issues related to ChatSDK and other frameworks.

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ let package = Package(
1717
from: "4.32.0"),
1818
],
1919
targets: [
20-
.binaryTarget(name: "SendBirdDesk", path: "SendBirdDesk.xcframework"),
20+
.binaryTarget(
21+
name: "SendBirdDesk",
22+
url: "https://github.com/sendbird/SendBird-Desk-iOS-Framework/releases/download/v1.1.11/SendBirdDesk.xcframework.zip",
23+
checksum: "5bdbdae601f7b037a7e5e7c6b7ac0bad6edf48b4647b5e5dbe4a046905c6c4dc" // SendbirdDesk_CHECKSUM
24+
),
2125
.target(name: "SendBirdDeskTarget",
2226
dependencies: [
2327
.target(name: "SendBirdDesk"),

SendBirdDesk.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdDesk"
3-
s.version = "1.1.10"
3+
s.version = "1.1.11"
44
s.summary = "SendBird Desk iOS Framework"
55
s.homepage = "https://sendbird.com"
66
s.license = "Commercial"
77
s.author = {
88
"Jed Gyeong" => "jed.gyeong@sendbird.com",
9-
"Tez Park" => "tez.park@sendbird.com",
10-
"Minhyuk Kim" => "minhyuk.kim@sendbird.com",
9+
"Tez Park" => "tez.park@sendbird.com",
1110
'Sendbird' => 'sha.sdk_deployment@sendbird.com',
1211
'Celine Moon' => 'celine.moon@sendbird.com',
1312
"Damon Park" => "damon.park@sendbird.com",

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_x86_64-simulator</string>
13+
<string>ios-arm64</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>
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>SendBirdDesk.framework/SendBirdDesk</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>SendBirdDesk.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>
Binary file not shown.
Binary file not shown.

SendBirdDesk.xcframework/ios-arm64/dSYMs/SendBirdDesk.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>1.1.9</string>
16+
<string>1.1.11</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

SendBirdDesk.xcframework/ios-arm64/dSYMs/SendBirdDesk.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdDesk.yml

Lines changed: 776 additions & 773 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)