Compare commits
No commits in common. "main" and "2.0.0-alpha.2" have entirely different histories.
main
...
2.0.0-alph
@ -15,14 +15,10 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.4"),
|
.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: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
name: "PushMessageDefinitions",
|
name: "PushMessageDefinitions",
|
||||||
dependencies: [
|
dependencies: [.product(name: "APNSwift", package: "APNSwift")])
|
||||||
.product(name: "APNSwift", package: "APNSwift"),
|
|
||||||
.product(name: "BinaryCodable", package: "BinaryCodable"),
|
|
||||||
])
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user