We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc7139 commit 28e9010Copy full SHA for 28e9010
Sources/SwiftFortuneWheel/macOSPort.swift
@@ -14,6 +14,7 @@ typealias UIImageView = NSImageView
14
typealias UIButton = NSButton
15
typealias UIBezierPath = NSBezierPath
16
typealias UIScreen = NSScreen
17
+typealias UITapGestureRecognizer = NSClickGestureRecognizer
18
#endif
19
20
#if os(macOS)
@@ -169,8 +170,3 @@ extension NSBezierPath {
169
170
}
171
172
-
173
174
-#if os(macOS)
175
-typealias UITapGestureRecognizer = NSClickGestureRecognizer
176
-#endif
0 commit comments