Skip to content

Commit

Permalink
Release 16.6.2 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmConorNolan authored Apr 18, 2024
1 parent c8d7f2a commit 0cb0804
Show file tree
Hide file tree
Showing 46 changed files with 711 additions and 764 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ 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
4 changes: 2 additions & 2 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 = '17.0.1'
s.version = '16.6.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]"}
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
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, '15.0'
s.platform = :ios, '13.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
end
10 changes: 0 additions & 10 deletions Intercom.xcframework/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ 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
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.0.1
12-April-2024
Intercom iOS SDK - 16.6.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 0cb0804

Please sign in to comment.