Skip to content

Commit

Permalink
Release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Sep 26, 2023
1 parent 5a98398 commit dd8afaa
Show file tree
Hide file tree
Showing 41 changed files with 726 additions and 232 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 16.0.0
###### Release Date: 22-09-2023

### 🚀 Enhancements
* Support for iOS 17 including:
* Privacy manifest added
* Digitally signed SDK
* 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/)

### 🐛 Bug Fixes
* Resolved an issue that was causing a crash when long pressing messages on iOS 17

### NOTE: Xcode 15 required for use
* In order to work with this version of Intercom, you will need to be using Xcode 15.

## 15.2.3
###### Release Date: 20-09-2023

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 = '15.2.3'
s.version = '16.0.0'
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]", "Karthik Maharajan Skandarajah"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.2.3/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/16.0.0/Intercom.xcframework.zip' }
s.platform = :ios, '13.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
Expand Down
4 changes: 4 additions & 0 deletions Intercom.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Intercom.framework/Intercom</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
Expand All @@ -19,6 +21,8 @@
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Intercom.framework/Intercom</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
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 - 15.2.3
20-September-2023
Intercom iOS SDK - 16.0.0
26-September-2023
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 dd8afaa

Please sign in to comment.