shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
501 stars 41 forks source link

Support for older mac versions #82

Open sirnacnud opened 2 years ago

sirnacnud commented 2 years ago

The released macOS builds require version 12.0. Any chance older versions can be supported (10.14, 10.15, 11.0)?

almeath commented 2 years ago

I was able to use the universal build released by Mac Source Ports in macOS Mojave 10.14.6.

https://macsourceports.com/

However, to get the app to launch, I first had to manually strip it of its quarantine flags and extended attributes (using the xattr -cr command via the Terminal) and also removing its notarization/code signature.