Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

VaporAPNS 1.2.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthijs2704 matthijs2704 released this 04 Jan 13:53
· 59 commits to master since this release

πŸ“” Changes

  • Added installer/updater for curl
  • Added support for relative keypaths

The updater needs to be tested on more systems before release. It's confirmed working on macOS and both Ubuntu 16.04 server installations and in Ubuntu docker installations (the official Vapor docker image 'vapor/vapor'). Also the updater needs documentation of the new options (disable, auto update ect.)

πŸš€ Installing

🌟 New install

Installing is super easy as always! Just add the following line to your Package.swift and you're done!

.Package(url:"https://github.com/matthijs2704/vapor-apns.git", majorVersion: 1, minor: 2)