Skip to content

Commit 1eb09b7

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency iterable/swift-sdk to from: "6.6.0" (#1805)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) | minor | `from: "6.5.14"` -> `from: "6.6.0"` | --- ### Release Notes <details> <summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary> ### [`v6.6.0`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#660) [Compare Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.5.14...6.6.0) ##### Added - Introduces support for Unknown user activation, a feature that allows marketers to convert valuable visitors into customers. With this feature, the SDK can: - Fetch unknown user profile creation criteria from your Iterable project, and then automatically create Iterable user profiles for Unknown users who meet these criteria. - Save information about a user's previous interactions with your application to their unknown user profile, after it's created. - Display personalized messages for Unknown users (in-app, push, and embedded messages). - Merge unknown user profiles into existing, known user profiles (when needed). - `IterableConfig` is updated with an `enableUnknownUserActivation` flag that needs to be set to true to allow use of the unknown user activation functionality - Unknown user activation is currently in public beta. If you'd like to learn more about it or discuss using it, talk to your Iterable customer success manager (who can also provide detailed documentation). - To learn more, read [Unknown User Activation: Developer Docs](https://support.iterable.com/hc/sections/40078809116180). </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- 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 afec169 commit 1eb09b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 2 additions & 2 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
@@ -10,7 +10,7 @@ let package = Package(
1010
.package(path: "../third_party/implicit_resource_localization"),
1111
.package(path: "../third_party/package_with_resources"),
1212
.package(path: "../third_party/package_with_resources_swift_6"),
13-
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.14"),
13+
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.6.0"),
1414
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
1515
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "9.0.0"),
1616
.package(

0 commit comments

Comments
 (0)