Skip to content

Commit

Permalink
Release 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Dec 2, 2022
1 parent dd650db commit c0115c0
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 14.0.3
###### Release Date: 02-12-2022

### 🐛 Bug Fixes

* Fixed an issue which caused the navigation bar to clip content on the iPad.
* Fixed an issue which caused the “Send” and “Close” button to be hidden in a white background when uploading an image or video.
* Bot quick replies were getting displayed even after a conversation was auto closed when the user has been idle. The quick replies are no longer shown in such cases.
* For Carousels with a single screen, the “completed” stats is now sent correctly.
* Fixed UI issues in the navigation bar.

### 🚀 Enhancements

* Added the ability to set User Attributes on `+[Intercom loginWithUserAttributes:success:failure:]`. It is no longer required to make an additional `+ +[Intercom updateUser:success:failure:]` call right after calling `login` to do this.
* Added support for Bengali, Persian, Malay and Thai. Bengali is not currently a supported language on iOS in general so will not work. If it gets added as a language on iOS later it should work without anymore changes.

## 14.0.2
###### Release Date: 25-11-2022

Expand Down
2 changes: 1 addition & 1 deletion 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 = '14.0.2'
s.version = '14.0.3'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"}
Expand Down
10 changes: 5 additions & 5 deletions Intercom.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<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>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
Binary file modified Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist
Binary file not shown.
Binary file modified Intercom.xcframework/ios-arm64/Intercom.framework/Intercom
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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/14.0.2/Intercom.xcframework.zip",
checksum: "1daa549446acf82cb0e5aca17a303c89fa270d53c6e3554d1f85a7360a4fdc8d"
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.3/Intercom.xcframework.zip",
checksum: "540d3e4e3062cacbd970b00a41bcd70921e7572472d7fe4faa9ee51e10152f61"
),
]
)
4 changes: 2 additions & 2 deletions dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist
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>14.0.2</string>
<string>14.0.3</string>
<key>CFBundleVersion</key>
<string>14.0.2</string>
<string>14.0.3</string>
</dict>
</plist>
Binary file not shown.
4 changes: 2 additions & 2 deletions dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist
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>14.0.2</string>
<string>14.0.3</string>
<key>CFBundleVersion</key>
<string>14.0.2</string>
<string>14.0.3</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit c0115c0

Please sign in to comment.