mirror of https://github.com/vapor/docs.git
Update apns.md (#943)
<!-- 🚀 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. -->
This commit is contained in:
parent
798becd593
commit
bb7367b849
|
|
@ -18,12 +18,12 @@ let package = Package(
|
||||||
name: "my-app",
|
name: "my-app",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Other 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: [
|
targets: [
|
||||||
.target(name: "App", dependencies: [
|
.target(name: "App", dependencies: [
|
||||||
// Other dependencies...
|
// Other dependencies...
|
||||||
.product(name: "APNS", package: "apns")
|
.product(name: "VaporAPNS", package: "apns")
|
||||||
]),
|
]),
|
||||||
// Other targets...
|
// Other targets...
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue