Skip to content

Commit d4fc7d3

Browse files
MOB-MOB-12054: Prepare for Release 6.6.1 (#956)
Co-authored-by: joaodordio <[email protected]> Co-authored-by: Joao Dordio <[email protected]>
1 parent efb04d1 commit d4fc7d3

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

.github/workflows/bcit-integration-test-push-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Xcode
4242
uses: maxim-lobanov/setup-xcode@v1
4343
with:
44-
xcode-version: '16.2'
44+
xcode-version: '16.4'
4545

4646
- name: Validate Xcode Version
4747
run: |

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
1313
with:
14-
xcode-version: latest-stable
14+
xcode-version: '16.4'
1515

1616
- name: Setup Python
1717
uses: actions/setup-python@v5

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
1313
with:
14-
xcode-version: latest-stable
14+
xcode-version: '16.4'
1515

1616
- name: Build and test
1717
env:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66

7+
## [6.6.1]
8+
9+
- Added support for iOS 26
10+
711
## [6.6.0]
812

913
### Added

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.6.0"
4+
s.version = "6.6.1"
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.6.0"
4+
s.version = "6.6.1"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

swift-sdk/SDK/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import UIKit
77

88
@objcMembers public final class IterableAPI: NSObject {
99
/// The current SDK version
10-
public static let sdkVersion = "6.6.0"
10+
public static let sdkVersion = "6.6.1"
1111

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

0 commit comments

Comments
 (0)