标签: swift vapor
添加APNSSwift依赖项。但这不起作用。 APNS无法下载。没有获得添加依赖。你能帮忙吗?
APNSSwift
/* Notification third party service */ .package(url: "https://github.com/kylebrowning/APNSwift.git", from: "1.7.0"), .target(name: "App", dependencies: ["APNSwift"]),