neoneye opened this issue 5 years ago · 1 comments
Your nice iOS code may find way into macOS apps, if you do this.
Change from
if #available(iOS 13.0, *) {
Change to
if #available(iOS 13.0, OSX 10.15, *) {
Fixed