Skip to content

Commit

Permalink
Update to new major version of APNSwift (#42)
Browse files Browse the repository at this point in the history
* Update Package.swift

* Update Package.swift

* Try triggering CI

Co-authored-by: Tim <0xtimc@gmail.com>
  • Loading branch information
code28 and 0xTim authored Jun 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a9345eb commit 0eff8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ let package = Package(
.library(name: "APNS", targets: ["APNS"]),
],
dependencies: [
.package(name: "apnswift", url: "https://github.com/kylebrowning/APNSwift.git", from: "3.0.0"),
.package(name: "apnswift", url: "https://github.com/swift-server-community/APNSwift.git", from: "4.0.0"),
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.33.0"),
],

0 comments on commit 0eff8ee

Please sign in to comment.