matthijs2704 / vapor-apns

Simple APNS Library for Vapor (Swift)
MIT License
341 stars 37 forks source link

Does this work with Vapor 3? #70

Open anayini opened 5 years ago

anayini commented 5 years ago

Just wondering if anyone has gotten this to work with Vapor 3? I assume there may be issues with the Packages this repo depends on? Anyone familiar with the library know how much of a lift it would be to migrate to Vapor 3?

glaurent commented 5 years ago

For what it's worth, I've tried adding the dependency to a Vapor 3 project, as described in the 'Install' documentation, with some changes because SPM has changed since

.package(url:"https://github.com/matthijs2704/vapor-apns.git", from:"2.1.0")

and then vapor update always gets stuck :-/ .