SwiftyRSA icon indicating copy to clipboard operation
SwiftyRSA copied to clipboard

macOS support?

Open rpural opened this issue 7 years ago • 4 comments

Is there a reason that the same code wouldn't support macOS / OSX?

rpural avatar Sep 29 '16 18:09 rpural

@rpural Thanks for opening an issue! This is a duplicate of https://github.com/TakeScoop/SwiftyRSA/issues/24 in which I laid out the reasons why I think maintaining iOS/watchOS/tvOS + macOS support would probably be hard to do. However I'm open to it if it only requires a couple small #ifs. We could probably add https://github.com/krzyzanowskim/CryptoSwift as a dependency to workaround the reliance on CommonCrypto. I'd love to see someone open a Pull Request to show the changes that would be required. Thank you!

ldiqual avatar Oct 29 '16 22:10 ldiqual

you can use https://github.com/izouxv/CocoaCryptoMac on macOS

izouxv avatar Nov 10 '16 07:11 izouxv

is this issue still valid or is the https://github.com/izouxv/CocoaCryptoMac helpful enough?

sturza avatar Sep 13 '18 07:09 sturza

We would also need macOS support

The opened PR looks quite fine and fits to your statement regards: "if it only requires a couple small #ifs"

mariohahn avatar Feb 18 '19 10:02 mariohahn