ChartView icon indicating copy to clipboard operation
ChartView copied to clipboard

Support for macOS

Open eneko opened this issue 4 years ago • 4 comments

Add support for macOS (Big Sur at least)

Detailed Description

Currently, the source code only checks for watchOS, otherwise it assumes iOS is available.

At a minimum, support for MacOS Big Sur would be great. Support for Catalina might be harder to achieve, due to the lack of SF Symbols.

Context

Xcode 12 and SwiftUI for macOS make it really easy to build native macOS applications with SwiftUI

Possible Implementation

Use #if os(macOS) and @available(...) where needed.

eneko avatar Jul 04 '20 14:07 eneko

I happily accept PRs tho v2 is coming so it might worth to wait for it.

AppPear avatar Jul 05 '20 16:07 AppPear

So will V2 support Mac OS Big Sur?

ridmaur avatar Aug 13 '20 10:08 ridmaur

Please extend support to macOS 11 Big Sur! I would appreciate it!

gundrabur avatar Nov 03 '20 22:11 gundrabur

Created a PR for macOS 11 support: https://github.com/AppPear/ChartView/pull/183

willtemperley avatar Jan 06 '21 21:01 willtemperley