Skip to content

Commit c6e006d

Browse files
Release 9.3.5
1 parent 2b8497a commit c6e006d

File tree

12 files changed

+15
-9
lines changed

12 files changed

+15
-9
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.5
2+
###### Release Date: 21-04-2021
3+
4+
### Bug Fixes
5+
* Minor bug fixes and performance improvements.
6+
17
## 9.3.4
28
###### Release Date: 15-04-2021
39

Intercom.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '9.3.4'
3+
s.version = '9.3.5'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
6-
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]"}
6+
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]"}
77
s.homepage = 'https://github.com/intercom/intercom-ios'
88
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 10+.'
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
0 Bytes
Binary file not shown.
16 KB
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-
+zU9d7SGtTANVxO3ghwuAgb0C3E=
25+
fgLkIAHfzSv1H6/FoLlmR+ygC1g=
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.4/Intercom.xcframework.zip",
17-
checksum: "d338d72377bdedee75bcf191d9bdf3e360a9e12b3ffb4619c9a42f5eee3ede84"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/9.3.5/Intercom.xcframework.zip",
17+
checksum: "6a8b16432bdb2bf66b71229f2c4701859e506db2989169a837dbf1f42c55eefc"
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.4</string>
16+
<string>9.3.5</string>
1717
<key>CFBundleVersion</key>
18-
<string>9.3.4</string>
18+
<string>9.3.5</string>
1919
</dict>
2020
</plist>
1.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)