Skip to content

Commit 5b9011f

Browse files
Release 9.3.1
1 parent ea69b8d commit 5b9011f

File tree

12 files changed

+14
-8
lines changed

12 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 9.3.1
2+
###### Release Date: 01-02-2021
3+
4+
### Bug Fixes
5+
* Fixed a bug that was preventing some messenger apps from opening correctly.
6+
17
## 9.3.0
28
###### Release Date: 28-01-2021
39

Intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '9.3.0'
3+
s.version = '9.3.1'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]"}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</data>
2323
<key>Info.plist</key>
2424
<data>
25-
7IeOwGvYoWQNax8UeNiV35vb/+g=
25+
7oV3vIT2QwUr8z5EafcczNJXGKg=
2626
</data>
2727
<key>Intercom.bundle/data/intercom_area_codes.json</key>
2828
<data>

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "Intercom",
16-
url: "https://github.com/intercom/intercom-ios/releases/download/9.3.0/Intercom.xcframework.zip",
17-
checksum: "68b7647bd4e4d287947912b5e033e8df38b47b075ca07196c1161a3c99a6c368"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/9.3.1/Intercom.xcframework.zip",
17+
checksum: "047f12cba43f0fec22d32723b06b5e005a387b7a3a82c0023b47464f5340d9f1"
1818
),
1919
]
2020
)

dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>9.3.0</string>
16+
<string>9.3.1</string>
1717
<key>CFBundleVersion</key>
18-
<string>9.3.0</string>
18+
<string>9.3.1</string>
1919
</dict>
2020
</plist>
-351 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)