Skip to content

Commit dd8afaa

Browse files
Release 16.0.0
1 parent 5a98398 commit dd8afaa

File tree

41 files changed

+726
-232
lines changed

Some content is hidden

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

41 files changed

+726
-232
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 16.0.0
2+
###### Release Date: 22-09-2023
3+
4+
### 🚀 Enhancements
5+
* Support for iOS 17 including:
6+
* Privacy manifest added
7+
* Digitally signed SDK
8+
* The functions that were deprecated in v14.0.0 have now been fully removed. You can see the list of functions and their replacements [here](https://developers.intercom.com/installing-intercom/ios/migration-guide-v14/)
9+
10+
### 🐛 Bug Fixes
11+
* Resolved an issue that was causing a crash when long pressing messages on iOS 17
12+
13+
### NOTE: Xcode 15 required for use
14+
* In order to work with this version of Intercom, you will need to be using Xcode 15.
15+
116
## 15.2.3
217
###### Release Date: 20-09-2023
318

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 = '15.2.3'
3+
s.version = '16.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" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Karthik Maharajan Skandarajah"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
@@ -9,7 +9,7 @@ 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/15.2.3/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/16.0.0/Intercom.xcframework.zip' }
1313
s.platform = :ios, '13.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>Intercom.framework/Intercom</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
@@ -19,6 +21,8 @@
1921
<string>ios</string>
2022
</dict>
2123
<dict>
24+
<key>BinaryPath</key>
25+
<string>Intercom.framework/Intercom</string>
2226
<key>DebugSymbolsPath</key>
2327
<string>dSYMs</string>
2428
<key>LibraryIdentifier</key>

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 - 15.2.3
3-
20-September-2023
2+
Intercom iOS SDK - 16.0.0
3+
26-September-2023
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)