Skip to content

Commit 0cb0804

Browse files
Release 16.6.2 (#427)
1 parent c8d7f2a commit 0cb0804

File tree

46 files changed

+711
-764
lines changed

Some content is hidden

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

46 files changed

+711
-764
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ For customers who are still targeting iOS 13 or 14 and choose not to update, all
1616
* Fixed an issue where messages in a conversation were not being displayed fully.
1717
* Updated the SDK's `PrivacyInfo.xcprivacy` to include new API declarations required by Apple.
1818

19+
## 16.6.2
20+
###### Release Date: 18-04-2024
21+
22+
### 🚀 Enhancements
23+
* Updated the SDK's PrivacyInfo.xcprivacy to include new API declarations required by Apple.
24+
* Removed required reason API calls that are now disallowed by Apple.
25+
26+
**Note**
27+
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.
28+
1929
## 16.6.1
2030
###### Release Date: 21-03-2024
2131

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 = '17.0.1'
3+
s.version = '16.6.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" }
66
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]"}
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
1212
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.0.1/Intercom.xcframework.zip' }
13-
s.platform = :ios, '15.0'
13+
s.platform = :ios, '13.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'
1616
end

Intercom.xcframework/LICENSE

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ This product includes 'PINRemoteImage' (https://github.com/pinterest/PINRemoteIm
2020

2121
----------------------------------------------------------------
2222

23-
This product includes 'Shimmer' (https://github.com/facebookarchive/Shimmer), which is released under the following license(s):
24-
BSD License
25-
26-
----------------------------------------------------------------
27-
28-
This product includes 'Sentry' (https://github.com/getsentry/sentry-cocoa), which is released under the following license(s):
29-
MIT <http://opensource.org/licenses/mit-license.html>
30-
31-
----------------------------------------------------------------
32-
3323
All other components of this product are provided under the following license:
3424

3525
Apache License

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.0.1
3-
12-April-2024
2+
Intercom iOS SDK - 16.6.2
3+
18-April-2024
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)