From 588ccc4ac0815d6115cbd770865f3a28fa9a067e Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Thu, 30 Jun 2022 09:53:16 +0200 Subject: [PATCH] Temporarily switch dependency --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b7ace82..3567d26 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["PushMessageDefinitions"]), ], dependencies: [ - .package(url: "https://github.com/swift-server-community/APNSwift.git", branch: "main"), + .package(url: "https://github.com/christophhagen/APNSwift.git", branch: "main"), ], targets: [ .target(