Skip to content

Commit 912466f

Browse files
Release 9.3.3
1 parent 034253b commit 912466f

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.3
2+
###### Release Date: 25-02-2021
3+
4+
### Bug Fixes
5+
* Fixed an issue where the orientation of some images were being set incorrectly in a conversation.
6+
17
## 9.3.2
28
###### Release Date: 22-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.2'
3+
s.version = '9.3.3'
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_i386_x86_64-simulator</string>
9+
<string>ios-arm64_armv7</string>
1010
<key>LibraryPath</key>
1111
<string>Intercom.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
16-
<string>x86_64</string>
15+
<string>armv7</string>
1716
</array>
1817
<key>SupportedPlatform</key>
1918
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
2219
</dict>
2320
<dict>
2421
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_armv7</string>
22+
<string>ios-arm64_i386_x86_64-simulator</string>
2623
<key>LibraryPath</key>
2724
<string>Intercom.framework</string>
2825
<key>SupportedArchitectures</key>
2926
<array>
3027
<string>arm64</string>
31-
<string>armv7</string>
28+
<string>i386</string>
29+
<string>x86_64</string>
3230
</array>
3331
<key>SupportedPlatform</key>
3432
<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.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16.2 KB
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-
yAoSd5V3+aAiRH8Nn5PRE84c+jo=
25+
pWJDt0PbQcrEFDoqTtqKAdv8/ys=
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.2/Intercom.xcframework.zip",
17-
checksum: "12e398bc686398aeed13128c075478a0d1f174f0c0db8e6101d1665876842863"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/9.3.3/Intercom.xcframework.zip",
17+
checksum: "10cb52aa4a86149f02817e071a232c5f97736d599616ef2ea11a36afbc281b30"
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.2</string>
16+
<string>9.3.3</string>
1717
<key>CFBundleVersion</key>
18-
<string>9.3.2</string>
18+
<string>9.3.3</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)