Skip to content

Commit e68e49f

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency iterable/swift-sdk to from: "6.5.12" (#1664)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) | patch | `from: "6.5.11"` -> `from: "6.5.12"` | --- ### Release Notes <details> <summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary> ### [`v6.5.12`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#6512) [Compare Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.5.11...6.5.12) - Made `IterableDataRegion` an `@objc` class for better Objective-C compatibility. - Improved robustness of the SDK by adding more internal initialization checks before executing certain operations. - Enhanced thread safety for embedded message data handling, leading to increased stability. - Improved `IterableEmbeddedView` by making `imgView` and `cardImageView` optional, leading to more robust view handling, particularly for `.card` and `.banner` types when images might not be present. - Minor refinements to authentication and token refresh logic for increased stability. </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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 646210c commit e68e49f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
1111
.package(path: "../third_party/package_with_resources_swift_6"),
12-
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.11"),
12+
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.12"),
1313
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
1414
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "8.0.0"),
1515
.package(

0 commit comments

Comments
 (0)