Increase APNSwift version range

This commit is contained in:
Christoph Hagen 2022-06-07 17:06:00 +02:00
parent f42fe0280d
commit 4368019986

View File

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