Skip to content

Commit

Permalink
Update apns.md (#943)
Browse files Browse the repository at this point in the history
<!-- πŸš€ Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
  • Loading branch information
nicolassrod committed Nov 16, 2023
1 parent 798becd commit bb7367b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/apns.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ let package = Package(
name: "my-app",
dependencies: [
// Other dependencies...
.package(url: "https://github.com/vapor/apns.git", from: "5.0.0"),
.package(url: "https://github.com/vapor/apns.git", from: "4.0.0"),
],
targets: [
.target(name: "App", dependencies: [
// Other dependencies...
.product(name: "APNS", package: "apns")
.product(name: "VaporAPNS", package: "apns")
]),
// Other targets...
]
Expand Down

0 comments on commit bb7367b

Please sign in to comment.