Skip to content

Commit 8e381fb

Browse files
Release 16.5.7
1 parent 31265fc commit 8e381fb

File tree

116 files changed

+884
-878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+884
-878
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 16.5.7
2+
###### Release Date: 23-02-2024
3+
4+
### 🚀 Enhancements
5+
* Added support for custom ticket states external labelling
6+
17
## 16.5.6
28
###### Release Date: 15-02-2024
39

Intercom.podspec

Lines changed: 2 additions & 2 deletions
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 = '16.5.6'
3+
s.version = '16.5.7'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Karthik Maharajan Skandarajah"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
12-
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/16.5.6/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/16.5.7/Intercom.xcframework.zip' }
1313
s.platform = :ios, '13.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>Intercom.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>Intercom.framework/Intercom</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>Intercom.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>

Intercom.xcframework/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 16.5.6
3-
15-February-2024
2+
Intercom iOS SDK - 16.5.7
3+
23-February-2024
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)