Skip to content

Commit

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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) |
patch | `from: "6.5.7"` -> `from: "6.5.8"` |

---

### Release Notes

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

###
[`v6.5.8`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#658)

[Compare
Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.5.7...6.5.8)

##### Fixed

- Fixed incorrect tracking of pushOpen for push notifications with Wake
App enabled. Tracking now happens only when users tap to open the app.
- Fixed the default `notificationsEnabled` value returned when
`autoPushRegistration` is set to `false`.

##### Changed

-   Updated repository name on Fastline script and podspec files.
-   Comments out outdated tests that need to be revisited.
-   Updated sample app to use generic URLs.

</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>
  • Loading branch information
1 parent dcc6759 commit f6a7a38
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.7"),
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.8"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "8.0.0"),
.package(
Expand Down

0 comments on commit f6a7a38

Please sign in to comment.