Skip to content

Commit 4e80054

Browse files
Release 19.3.0
1 parent 86f163a commit 4e80054

File tree

141 files changed

+283863
-2355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+283863
-2355
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 19.3.0
2+
###### Release Date: 24-10-2025
3+
4+
### 🚀 Enhancements
5+
* Added support for transcribing messages using your voice. To enable this feature, add the following to your `Info.plist`:
6+
7+
```xml
8+
<key>NSMicrophoneUsageDescription</key>
9+
<string>YOUR DESCRIPTION HERE</string>
10+
```
11+
12+
### 🐛 Bug Fixes
13+
* Fixed an issue where composer buttons and help center articles could render incorrectly on Liquid Glass.
14+
* Adjusted how translations are bundled resolving an edge case where they could fail to load correctly.
15+
116
## 19.2.1
217
###### Release Date: 24-09-2025
318

Intercom.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 = 'Intercom'
3-
s.version = '19.2.1'
3+
s.version = '19.3.0'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Conor Nolan"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]", "Rosie Kennelly"=>"[email protected]"}
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
12-
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.2.1/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.3.0/Intercom.xcframework.zip' }
1313
s.platform = :ios, '15.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 19.2.1
3-
24-September-2025
2+
Intercom iOS SDK - 19.3.0
3+
24-October-2025
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)