Skip to content

Commit 83ae26e

Browse files
Release 17.0.0
1 parent c0cf5bf commit 83ae26e

File tree

40 files changed

+688
-656
lines changed

40 files changed

+688
-656
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## 17.0.0
2+
###### Release Date: 04-04-2024
3+
4+
### 🚀 Enhancements
5+
* The minimum iOS deployment target is now 15. Customers wishing to use this and future versions of Intercom's iOS SDK will require iOS 15 as their minimum deployment target.
6+
For customers who are still targeting iOS 13 or 14 and choose not to update, all previous versions of the iOS SDK will continue to function as normal.
7+
8+
### 🐛 Bug Fixes
9+
* Fixed an issue where messages in a conversation were not being displayed fully.
10+
* Updated the SDK's `PrivacyInfo.xcprivacy` to include new API declarations required by Apple.
11+
112
## 16.6.1
2-
###### Release Date: 21-04-2024
13+
###### Release Date: 21-03-2024
314

415
### 🐛 Bug Fixes
516
* Fixed an issue where microphone permission was required even if you were only taking photos with the SDK.

Intercom.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '16.6.1'
3+
s.version = '17.0.0'
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" }
6-
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Karthik Maharajan Skandarajah"=>"karthik.maharajanskandarajah@intercom.io", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
6+
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Conor Nolan"=>"conor.nolan@intercom.io", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
77
s.homepage = 'https://github.com/intercom/intercom-ios'
88
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 13+.'
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/16.6.1/Intercom.xcframework.zip' }
13-
s.platform = :ios, '13.0'
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/17.0.0/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

Lines changed: 10 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 16.6.1
3-
21-March-2024
2+
Intercom iOS SDK - 17.0.0
3+
04-April-2024
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)