Skip to content

Commit 47860e0

Browse files
Release 14.0.4
1 parent c0115c0 commit 47860e0

File tree

14 files changed

+29
-12
lines changed

14 files changed

+29
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 14.0.4
2+
###### Release Date: 12-12-2022
3+
4+
### 🚀 Enhancements
5+
6+
* The home space now opens to 100% height when home is enabled. If home is not enabled in messenger settings then the home space opens to 50% height.
7+
* Improvements to voiceover accessibility in tickets.
8+
* Help center collections empty state has been updated with a new design.
9+
10+
### 🐛 Bug Fixes
11+
12+
* Fixed an issue where participant initial was not present in conversation avatar bubbles in all expected scenarios.
13+
* Fixed an issue in the home space where push animation in landscape did not work as expected.
14+
* Fixed an issue where changing device orientation caused content to overflow in the home space.
15+
* Fixed an issue which caused some article links to be hidden in the help space.
16+
* Fixed an issue where 12hr time format being used on devices could cause ticket creation to fail.
17+
118
## 14.0.3
219
###### Release Date: 02-12-2022
320

Intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '14.0.3'
3+
s.version = '14.0.4'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"}

Intercom.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>Intercom.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>Intercom.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
83.2 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
148 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "Intercom",
16-
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.3/Intercom.xcframework.zip",
17-
checksum: "540d3e4e3062cacbd970b00a41bcd70921e7572472d7fe4faa9ee51e10152f61"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.4/Intercom.xcframework.zip",
17+
checksum: "04ca16e8d5cc70a22b4686c9b6732e6f6f9afc671ed7c630963655f093d2a37d"
1818
),
1919
]
2020
)

0 commit comments

Comments
 (0)