Skip to content

Commit

Permalink
chore(deps): update dependency iterable/swift-sdk to from: "6.5.6" (#…
Browse files Browse the repository at this point in the history
…1204)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Iterable/swift-sdk](https://togithub.com/Iterable/swift-sdk) | patch
| `from: "6.5.4"` -> `from: "6.5.6"` |

---

### Release Notes

<details>
<summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary>

###
[`v6.5.6`](https://togithub.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#656)

[Compare
Source](https://togithub.com/Iterable/swift-sdk/compare/6.5.5...6.5.6)

##### Fixed

- Fixed an issue where push notification were not being delivered in iOS
18 beta Sandbox builds.

###
[`v6.5.5`](https://togithub.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#655)

[Compare
Source](https://togithub.com/Iterable/swift-sdk/compare/6.5.4...6.5.5)

##### Added

- Introduced a new configuration option, `RetryPolicy`, in
IterableConfig to set the retry policy for JWT token refresh.
- Added the method `pauseAuthRetries(_ pauseRetry: Bool)` to allow
pausing the SDK from requesting JWT tokens from the app.

##### Changed

- Updated the method `onTokenRegistrationFailed(_ reason: String?)` to
`onAuthFailure(_ authFailure: AuthFailure)`. The new `AuthFailure`
object provides more detailed information about JWT failures.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40MC4wIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 20cc80d commit 3600a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.package(path: "../third_party/another_package_with_resources"),
.package(path: "../third_party/app_lovin_sdk"),
.package(path: "../third_party/package_with_resources"),
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.4"),
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.6"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.1"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"),
.package(
Expand Down

0 comments on commit 3600a18

Please sign in to comment.