Skip to content

Commit

Permalink
Release 15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Aug 30, 2023
1 parent e2a1541 commit 4e77a6a
Show file tree
Hide file tree
Showing 115 changed files with 2,669 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 15.2.0
###### Release Date: 30-08-2023

**📱 New feature: Tickets Space**
👋 Introducing the new Tickets Space. Enabling the Ticket Space in your Messenger lets end users view and get updates on all their tickets in one location inside the Messenger.

### 🐛 Bug Fixes
* Fixed a memory leak issue with `NSURLSession`.

### NOTE: Swift Package Manager Changes
* Intercom's `Package.swift` has now been removed from this repo.
* If you wish to integrate Intercom using SPM, please use https://github.com/intercom/intercom-ios-sp as the package URL.

## 15.1.5
###### Release Date: 18-08-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.1.5'
s.version = '15.2.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.1.5/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.2.0/Intercom.xcframework.zip' }
s.platform = :ios, '13.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
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.1.5
18-August-2023
Intercom iOS SDK - 15.2.0
30-August-2023
Binary file added Intercom.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added Intercom.xcframework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4e77a6a

Please sign in to comment.