sgr-ksmt / PDFGenerator

A simple generator of PDF written in Swift.
MIT License
757 stars 110 forks source link

Merge Swift 3.0 Branch #29

Closed TheDarkCode closed 8 years ago

TheDarkCode commented 8 years ago

In reference to #28, #30 .

sgr-ksmt commented 8 years ago

Thanks great PR!!

But ... I have one additional request.

It seems AutoreleasepoolTry.swift is no longer needed in Swift3.0 . Could you remove AutoreleasepoolTry.swift from project?

(when I tried to run unit test in your branch, test was failed because of custom autoreleasepool I was implemented)

TheDarkCode commented 8 years ago

Ok, I removed it from the PR.

sgr-ksmt commented 8 years ago

I am grateful for your efforts!! I will merge this PR.