Skip to content

Commit

Permalink
Release 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Apr 18, 2024
1 parent 0cb0804 commit 36dc188
Show file tree
Hide file tree
Showing 42 changed files with 730 additions and 711 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 17.0.2
###### Release Date: 18-04-2024

### 🚀 Enhancements
* Removed required reason API calls that are now disallowed by Apple.

## 17.0.1
###### Release Date: 12-04-2024

Expand All @@ -16,16 +22,6 @@ For customers who are still targeting iOS 13 or 14 and choose not to update, all
* Fixed an issue where messages in a conversation were not being displayed fully.
* Updated the SDK's `PrivacyInfo.xcprivacy` to include new API declarations required by Apple.

## 16.6.2
###### Release Date: 18-04-2024

### 🚀 Enhancements
* Updated the SDK's PrivacyInfo.xcprivacy to include new API declarations required by Apple.
* Removed required reason API calls that are now disallowed by Apple.

**Note**
This is a patch for the older `16.x.x` SDK. This will allow integrators targetting iOS 13 & 14 to continue to use the Intercom SDK. Integrators are encouraged to update to the latest version of the SDK if possible.

## 16.6.1
###### Release Date: 21-03-2024

Expand Down
6 changes: 3 additions & 3 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '16.6.2'
s.version = '17.0.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"=>"brian.boyle@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io", "Conor Nolan"=>"conor.nolan@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Matthew Pierce"=>"matthew.pierce@intercom.io"}
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
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.0.1/Intercom.xcframework.zip' }
s.platform = :ios, '13.0'
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.0.2/Intercom.xcframework.zip' }
s.platform = :ios, '15.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
end
10 changes: 10 additions & 0 deletions Intercom.xcframework/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ This product includes 'PINRemoteImage' (https://github.com/pinterest/PINRemoteIm

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

This product includes 'Shimmer' (https://github.com/facebookarchive/Shimmer), which is released under the following license(s):
BSD License

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

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

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

All other components of this product are provided under the following license:

Apache License
Expand Down
2 changes: 1 addition & 1 deletion Intercom.xcframework/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Intercom iOS SDK - 16.6.2
Intercom iOS SDK - 17.0.2
18-April-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 36dc188

Please sign in to comment.