Skip to content

Commit b64ae6d

Browse files
Release iOS SDK version 6.4.2
1 parent 8fa51ac commit b64ae6d

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
8+
- Added support for apps built using Mac Catalyst.
9+
10+
### Fixed
11+
12+
- Fixed a couple of problems related to Swift Package Manager and the creation of release builds and simulator artifacts.
13+
- Fixed a problem with the SDK’s Carthage integration.
14+
- Fixed a problem that prevented the SDK from properly tracking inbox sessions when a mobile inbox is displayed in `popup` mode.
15+
- In-app delete events are now correctly associated with inbox session IDs.
16+
- Fixed some problems in a script that generates XCFramework binaries.
17+
18+
### Changed
19+
20+
- Updated API requests so that API keys are in the headers but not the body
21+
22+
523
## 6.4.1
624
### Fixed
725
- 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)