Skip to content

Commit

Permalink
Release 14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Jan 11, 2023
1 parent 11454c6 commit 01ee128
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 14.0.6
###### Release Date: 11-01-2023

### 🐛 Bug Fixes
* Fixed an issue with `UITextView` on iOS 16.2 that was causing a crash then a user tapped into a TextView.

### 🚀 Enhancements
* Made minor UI updates.

## 14.0.5
###### Release Date: 22-12-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.5'
s.version = '14.0.6'
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"=>"brian.boyle@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Himanshi Goyal"=>"himanshi.goyal@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io"}
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.
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.5/Intercom.xcframework.zip",
checksum: "4716aeb91dc56445fcd9c2f5d0e64479eb082cb6fa8b15d5d8cecaafd44b5136"
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.6/Intercom.xcframework.zip",
checksum: "e83104c855f1c93a644073964090ab342b65c7464df10a9d8f97765592bcd945"
),
]
)
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.5</string>
<string>14.0.6</string>
<key>CFBundleVersion</key>
<string>14.0.5</string>
<string>14.0.6</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.5</string>
<string>14.0.6</string>
<key>CFBundleVersion</key>
<string>14.0.5</string>
<string>14.0.6</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 01ee128

Please sign in to comment.