SimplePDF
SimplePDF copied to clipboard
Support for macOS
Since a pdf generation tool like SimplePDF is quite general, I thought if it might be possible to make it compatible with macOS, and not only iOS?
If I add the project to a macOS project, I get the following error.
The platform of the target `TARGET NAME` (macOS 10.10) is not compatible with `SimplePDF (3.0.0)`, which does not support `osx`.
You would need to change all references from UI to NS to start. macOS does not use UIKit. It uses AppKit, so you'll have to start there. I don't see a clone option, or I would work on creating a macOS version. I may download it and put it up in my repository and change it to support macOS.