Skip to content

Commit d55f0f9

Browse files
committed
Update tvOS and watchOS support
1 parent c8c7784 commit d55f0f9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Planar/Nodes/PlanarNodeProducing.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import Plugin
22
import SpriteKit
33

4-
#if os(iOS)
5-
public typealias PlanarColor = UIColor
6-
#else
4+
#if os(macOS)
75
public typealias PlanarColor = NSColor
6+
#else
7+
public typealias PlanarColor = UIColor
88
#endif
99

1010
/// A protocol that defines methods for creating various types of `PlanarNode`s.

0 commit comments

Comments
 (0)