Skip to content

Commit 36dc188

Browse files
Release 17.0.2
1 parent 0cb0804 commit 36dc188

Some content is hidden

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

42 files changed

+730
-711
lines changed

CHANGELOG.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 17.0.2
2+
###### Release Date: 18-04-2024
3+
4+
### 🚀 Enhancements
5+
* Removed required reason API calls that are now disallowed by Apple.
6+
17
## 17.0.1
28
###### Release Date: 12-04-2024
39

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

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-
2925
## 16.6.1
3026
###### Release Date: 21-03-2024
3127

Intercom.podspec

+3-3
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 = '16.6.2'
3+
s.version = '17.0.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]"}
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
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.0.1/Intercom.xcframework.zip' }
13-
s.platform = :ios, '13.0'
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.0.2/Intercom.xcframework.zip' }
13+
s.platform = :ios, '15.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'
1616
end

Intercom.xcframework/LICENSE

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ 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+
2333
All other components of this product are provided under the following license:
2434

2535
Apache License

Intercom.xcframework/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 16.6.2
2+
Intercom iOS SDK - 17.0.2
33
18-April-2024
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)