Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for macOS #35

Open
viktorstrate opened this issue Jan 15, 2019 · 1 comment
Open

Support for macOS #35

viktorstrate opened this issue Jan 15, 2019 · 1 comment

Comments

@viktorstrate
Copy link

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`.

@tcarroll2
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants