Closed ghost closed 2 years ago
Heya @RichyZDenmark1332! The package file has the support for the following platforms:
platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v8), .tvOS(.v15)]
Although, I have not tested it on the other platforms except iOS. For the new stuff, you see that I have annotated it with:
@available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
If you plan to use it, let me know if it works fine for you on other platforms. If not, you can raise issues here!
Great library! But can it even support macOS, watchOS & tvOS?
Do you plan to add support for these cross platform or only remain limited iOS?