Skip to content

Commit 91c1535

Browse files
chore(deps): update dependency iterable/swift-sdk to from: "6.5.10" (#1451)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) | patch | `from: "6.5.9"` -> `from: "6.5.10"` | --- ### Release Notes <details> <summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary> ### [`v6.5.10`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#6510) [Compare Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.5.9...6.5.10) ##### Added - Added `mobileFrameworkInfo` configuration option to `IterableConfig` to identify the mobile framework (Flutter, React Native, or Native) being used with the SDK. ##### Fixed - Fixed notification tracking bug that prevents SDK from receiving push notifications when system notification settings are turned off. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 9cf545f commit 91c1535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.package(path: "../third_party/another_package_with_resources"),
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
11-
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.9"),
11+
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.10"),
1212
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
1313
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "8.0.0"),
1414
.package(

0 commit comments

Comments
 (0)