plessl / wkpdf

A command line HTML to PDF converter for Mac OS X
http://plessl.github.com/wkpdf
MIT License
184 stars 24 forks source link

Swift #52

Closed devietti closed 8 years ago

devietti commented 8 years ago

Here's my port of wkpdf to Swift. I included the Debug and Release binaries, and bumped the version number to 0.8.0 (which is now a string so VERSION.yml is ignored).

Swift apps will only run on OSX 10.9 and up, but that should be ok since RubyCocoa was available on 10.8.

Also, I have only tested this on my machine with OSX 10.11.

Comments welcome!