Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .build/.buildSystem_debug
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
swiftbuild
4 changes: 4 additions & 0 deletions .build/CACHEDIR.TAG
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by (Swift Package Manager).
# For information about cache directory tags, see:
#. http://www.brynosaurus.com/cachedir/
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 19.8.3
###### Release Date: 25-09-2026

### 🚀 Enhancements
* Added support for iOS 27.
* Updated the conversation header with a larger avatar and refined title and subtitle sizes.

### 🐛 Bug Fixes
* Fixed a crash that could occur at app launch on older iOS versions when push notifications are integrated automatically.
* Fixed an issue where the Messenger could fail to load after a cold launch until the app was backgrounded and reopened.
* Fixed an issue where embedded videos could stop and reload during playback while a conversation was updating.
* Fixed an issue where bullet list text in Large Posts opened from a conversation could appear in a hard-to-read color.
* Fixed an issue where the icon and title of the create ticket button could be invisible in dark mode.
* Fixed an issue where VoiceOver could start reading partway down a Help Center article instead of at its title.

## 19.8.2
###### Release Date: 14-09-2026

Expand Down
6 changes: 3 additions & 3 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '19.8.2'
s.version = '19.8.3'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io", "Conor Nolan"=>"conor.nolan@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Matthew Pierce"=>"matthew.pierce@intercom.io", "Rosie Kennelly"=>"rosie.kennelly@intercom.io"}
s.homepage = 'https://github.com/intercom/intercom-ios'
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 13+.'
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 15+.'
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.8.2/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/19.8.3/Intercom.xcframework.zip' }
s.platform = :ios, '15.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
Expand Down
10 changes: 5 additions & 5 deletions Intercom.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Intercom.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Intercom.framework/Intercom</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Intercom.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
4 changes: 2 additions & 2 deletions Intercom.xcframework/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Intercom iOS SDK - 19.8.2
14-September-2026
Intercom iOS SDK - 19.8.3
25-September-2026
Binary file modified Intercom.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file removed Intercom.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading
Loading