ralfebert/TinyHashes

macOS support

neoneye opened this issue · 1 comments

Your nice iOS code may find way into macOS apps, if you do this.

TinyHashes.swift

Change from

if #available(iOS 13.0, *) {

Change to

if #available(iOS 13.0, OSX 10.15, *) {

Fixed