Skip to content

Commit

Permalink
Release 17.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Aug 8, 2024
1 parent dea6957 commit 91a5119
Show file tree
Hide file tree
Showing 29 changed files with 687 additions and 663 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 17.2.2
###### Release Date: 08-08-2024

### 🐛 Bug Fixes
* Support added for multiline attribute collector.
* Fixes an issue with canvas kit where some users were experiencing crashes.
* Fixes some minor UI issues.

**Note**
This release contains some beta features.

## 17.2.1
###### Release Date: 18-07-2024

Expand Down
6 changes: 3 additions & 3 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '17.2.1'
s.version = '17.2.2'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
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]"}
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]"}
s.homepage = 'https://github.com/intercom/intercom-ios'
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 13+.'
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.2.1/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.2.2/Intercom.xcframework.zip' }
s.platform = :ios, '15.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
Expand Down
5 changes: 0 additions & 5 deletions Intercom.xcframework/LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
----------------------------------------------------------------

This product includes 'AFNetworking' (https://github.com/AFNetworking/AFNetworking), which is released under the following license(s):
MIT <http://opensource.org/licenses/mit-license.html>

----------------------------------------------------------------

This product includes 'FLAnimatedImage' (https://github.com/Flipboard/FLAnimatedImage), which is released under the following license(s):
MIT <http://opensource.org/licenses/mit-license.html>

Expand Down
4 changes: 2 additions & 2 deletions Intercom.xcframework/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Intercom iOS SDK - 17.2.1
18-July-2024
Intercom iOS SDK - 17.2.2
08-August-2024
Binary file modified Intercom.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Intercom.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit 91a5119

Please sign in to comment.