Align dependency with vapor/apns

This commit is contained in:
Christoph Hagen 2022-06-07 17:14:05 +02:00
parent 4368019986
commit 284ff11030

View File

@ -14,7 +14,7 @@ let package = Package(
targets: ["PushAPI"]),
],
dependencies: [
.package(url: "https://github.com/swift-server-community/APNSwift.git", "3.0.0" ..< "4.0.0"),
.package(url: "https://github.com/kylebrowning/APNSwift.git", "3.0.0" ..< "4.0.0"),
],
targets: [
.target(