Skip to content

Commit

Permalink
Release 14.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Feb 3, 2023
1 parent 01ee128 commit 35087f9
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 14.0.7
###### Release Date: 03-02-2023

### 🚀 Enhancements
* Made updates to the ability to start a conversation within the Help Center.
* UI enhancements to chat inapps.

## 14.0.6
###### Release Date: 11-01-2023

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.6'
s.version = '14.0.7'
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
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.
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.6/Intercom.xcframework.zip",
checksum: "e83104c855f1c93a644073964090ab342b65c7464df10a9d8f97765592bcd945"
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.7/Intercom.xcframework.zip",
checksum: "05924bae9bb79c6ded8a8737389b53315a665e1e7a8d8d8d9ecfe1f1442af70d"
),
]
)
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.6</string>
<string>14.0.7</string>
<key>CFBundleVersion</key>
<string>14.0.6</string>
<string>14.0.7</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.6</string>
<string>14.0.7</string>
<key>CFBundleVersion</key>
<string>14.0.6</string>
<string>14.0.7</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 35087f9

Please sign in to comment.