Skip to content

Commit 91a5119

Browse files
Release 17.2.2
1 parent dea6957 commit 91a5119

File tree

29 files changed

+687
-663
lines changed

29 files changed

+687
-663
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 17.2.2
2+
###### Release Date: 08-08-2024
3+
4+
### 🐛 Bug Fixes
5+
* Support added for multiline attribute collector.
6+
* Fixes an issue with canvas kit where some users were experiencing crashes.
7+
* Fixes some minor UI issues.
8+
9+
**Note**
10+
This release contains some beta features.
11+
112
## 17.2.1
213
###### Release Date: 18-07-2024
314

Intercom.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '17.2.1'
3+
s.version = '17.2.2'
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" }
6-
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Conor Nolan"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
6+
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Conor Nolan"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]", "Rosie Kennelly"=>"[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 13+.'
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/17.2.1/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.2.2/Intercom.xcframework.zip' }
1313
s.platform = :ios, '15.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/LICENSE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
----------------------------------------------------------------
22

3-
This product includes 'AFNetworking' (https://github.com/AFNetworking/AFNetworking), which is released under the following license(s):
4-
MIT <http://opensource.org/licenses/mit-license.html>
5-
6-
----------------------------------------------------------------
7-
83
This product includes 'FLAnimatedImage' (https://github.com/Flipboard/FLAnimatedImage), which is released under the following license(s):
94
MIT <http://opensource.org/licenses/mit-license.html>
105

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 - 17.2.1
3-
18-July-2024
2+
Intercom iOS SDK - 17.2.2
3+
08-August-2024
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)