Compare commits

..

No commits in common. "main" and "2.0.0-alpha.2" have entirely different histories.

View File

@ -15,14 +15,10 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.4"),
.package(url: "https://github.com/christophhagen/BinaryCodable.git", from: "1.0.0"),
],
targets: [
.target(
name: "PushMessageDefinitions",
dependencies: [
.product(name: "APNSwift", package: "APNSwift"),
.product(name: "BinaryCodable", package: "BinaryCodable"),
])
dependencies: [.product(name: "APNSwift", package: "APNSwift")])
]
)