Skip to content

Commit 5078376

Browse files
committed
Update package
1 parent 25b10ee commit 5078376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftUIX/Intermodular/Helpers/AppKit or UIKit/AppKitOrUIKit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ extension NSWindow {
145145
public let NSAlert_Type = unsafeBitCast(NSClassFromString("NSAlert"), to: NSAlertProtocol.Type.self)
146146
public let NSOpenPanel_Type = unsafeBitCast(NSClassFromString("NSOpenPanel"), to: NSOpenPanelProtocol.Type.self)
147147

148+
@available(macCatalyst, unavailable)
148149
extension NSWindow.Level {
149150
public static func + (lhs: Self, rhs: Int) -> Self {
150151
Self(rawValue: lhs.rawValue + rhs)

0 commit comments

Comments
 (0)