Skip to content

Commit 034253b

Browse files
Release 9.3.2
1 parent 5b9011f commit 034253b

File tree

13 files changed

+21
-15
lines changed

13 files changed

+21
-15
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.2
2+
###### Release Date: 22-02-2021
3+
4+
### Bug Fixes
5+
* Fixed a bug where videos embedded in an Article were opening in a web browser.
6+
17
## 9.3.1
28
###### Release Date: 01-02-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.1'
3+
s.version = '9.3.2'
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]"}

Intercom.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_armv7</string>
9+
<string>ios-arm64_i386_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>Intercom.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>armv7</string>
15+
<string>i386</string>
16+
<string>x86_64</string>
1617
</array>
1718
<key>SupportedPlatform</key>
1819
<string>ios</string>
20+
<key>SupportedPlatformVariant</key>
21+
<string>simulator</string>
1922
</dict>
2023
<dict>
2124
<key>LibraryIdentifier</key>
22-
<string>ios-arm64_i386_x86_64-simulator</string>
25+
<string>ios-arm64_armv7</string>
2326
<key>LibraryPath</key>
2427
<string>Intercom.framework</string>
2528
<key>SupportedArchitectures</key>
2629
<array>
2730
<string>arm64</string>
28-
<string>i386</string>
29-
<string>x86_64</string>
31+
<string>armv7</string>
3032
</array>
3133
<key>SupportedPlatform</key>
3234
<string>ios</string>
33-
<key>SupportedPlatformVariant</key>
34-
<string>simulator</string>
3535
</dict>
3636
</array>
3737
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
-8 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-
7oV3vIT2QwUr8z5EafcczNJXGKg=
25+
yAoSd5V3+aAiRH8Nn5PRE84c+jo=
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.1/Intercom.xcframework.zip",
17-
checksum: "047f12cba43f0fec22d32723b06b5e005a387b7a3a82c0023b47464f5340d9f1"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/9.3.2/Intercom.xcframework.zip",
17+
checksum: "12e398bc686398aeed13128c075478a0d1f174f0c0db8e6101d1665876842863"
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.1</string>
16+
<string>9.3.2</string>
1717
<key>CFBundleVersion</key>
18-
<string>9.3.1</string>
18+
<string>9.3.2</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)