Skip to content

Commit

Permalink
Release 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Nov 16, 2022
1 parent 015c879 commit 2e9faef
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 14.0.1
###### Release Date: 16-11-2022

### 🐛 Bug Fixes
* Made some UI improvements.
* Removed unnecessary logging from Xcode console.

### 🚀 Enhancements
* Added the ability to trigger a Survey based on an event.

## 14.0.0
##### Release Date: 4-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.0'
s.version = '14.0.1'
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 modified Intercom.xcframework/ios-arm64/Intercom.framework/Intercom
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0/Intercom.xcframework.zip",
checksum: "5bd8f073d3a92bc865137d1770480753c223c2492a07f5a56df2d6a045f1b68f"
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.1/Intercom.xcframework.zip",
checksum: "5c113c342bcb38f50baf4a5db3859572e26fe4ba9f577896afecda52156efe6f"
),
]
)
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.0</string>
<string>14.0.1</string>
<key>CFBundleVersion</key>
<string>14.0.0</string>
<string>14.0.1</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.0</string>
<string>14.0.1</string>
<key>CFBundleVersion</key>
<string>14.0.0</string>
<string>14.0.1</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 2e9faef

Please sign in to comment.