Skip to content

Implement changes for supporting MacOS/tvOS, etc platforms #4

@atereshkov

Description

@atereshkov

We need to implement correct code and behavior for different OS platforms.

For example:

#if os(macOS)
    import AppKit
#elseif os(iOS) || os(tvOS) || os(watchOS)
    import UIKit
#endif

And so on.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions