Skip to content

Commit 058ed99

Browse files
committed
Merge branch 'master' into jay/MOB-4284-maintenance
2 parents 0281f0d + 42d5ef5 commit 058ed99

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.4.2
6+
### Added
7+
- Added support for apps built using Mac Catalyst.
8+
9+
### Fixed
10+
- Fixed a couple of problems related to Swift Package Manager and the creation of release builds and simulator artifacts.
11+
- Fixed a problem with the SDK’s Carthage integration.
12+
- Fixed a problem that prevented the SDK from properly tracking inbox sessions when a mobile inbox is displayed in `popup` mode.
13+
- In-app delete events are now correctly associated with inbox session IDs.
14+
- Fixed some problems in a script that generates XCFramework binaries.
15+
516
## 6.4.1
617
### Fixed
718
- Fix archiving issue. There was an issue when archiving for projects with deployment target set to iOS 10. This release fixes the issue.

Iterable-iOS-AppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-AppExtensions"
33
s.module_name = "IterableAppExtensions"
4-
s.version = "6.4.1"
4+
s.version = "6.4.2"
55
s.summary = "App Extensions for Iterable SDK"
66

77
s.description = <<-DESC

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-SDK"
33
s.module_name = "IterableSDK"
4-
s.version = "6.4.1"
4+
s.version = "6.4.2"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import UIKit
88
@objcMembers
99
public final class IterableAPI: NSObject {
1010
/// The current SDK version
11-
public static let sdkVersion = "6.4.1"
11+
public static let sdkVersion = "6.4.2"
1212

1313
/// The email of the logged in user that this IterableAPI is using
1414
public static var email: String? {

0 commit comments

Comments
 (0)