Skip to content

Commit

Permalink
Release 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Jul 18, 2023
1 parent 4a16b4c commit 0f3f4af
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 15.1.0
###### Release Date: 18-07-2023

### 🚀 Enhancements
* Improvements to the core conversation screen user experience including:
* Better accessibility support with large font sizes and voiceover.
* Right to left language support.
* Ability to copy messages.

### 🐛 Bug Fixes
* Fixed an issue that caused the Messenger home screen logo to fail to load.

### NOTE: Swift Package Manager Changes
* In order to improve support for Swift Package Manager, we have created [a new GitHub repository](https://github.com/intercom/intercom-ios-sp) for Intercom's Swift Package.
* If you wish to integrate Intercom using SPM, please use https://github.com/intercom/intercom-ios-sp as the package URL.
* Support for the old package URL will be discontinued in a number of weeks. Please migrate to using https://github.com/intercom/intercom-ios-sp

## 15.0.3
###### Release Date: 10-07-2023

Expand Down
4 changes: 2 additions & 2 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '15.0.3'
s.version = '15.1.0'
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"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Karthik Maharajan Skandarajah"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
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/15.0.3/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.1.0/Intercom.xcframework.zip' }
s.platform = :ios, '13.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
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 - 15.0.3
10-July-2023
Intercom iOS SDK - 15.1.0
18-July-2023
Binary file modified Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file modified Intercom.xcframework/ios-arm64/Intercom.framework/Intercom
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>15.0.3</string>
<string>15.1.0</string>
<key>CFBundleVersion</key>
<string>15.0.3</string>
<string>15.1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>15.0.3</string>
<string>15.1.0</string>
<key>CFBundleVersion</key>
<string>15.0.3</string>
<string>15.1.0</string>
</dict>
</plist>
Binary file not shown.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Intercom",
url: "https://github.com/intercom/intercom-ios/releases/download/15.0.3/Intercom.xcframework.zip",
checksum: "1b6e53af86e1f5d5b1101164a5861643148cdabb315e1eef58d3c912898cc162"
url: "https://github.com/intercom/intercom-ios/releases/download/15.1.0/Intercom.xcframework.zip",
checksum: "45fef57a8a1e7fb1b442785f454c4b4dca7369a4f6f1778273c00ba7aabe8011"
),
]
)

0 comments on commit 0f3f4af

Please sign in to comment.