Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed May 22, 2024
1 parent 94f7048 commit 8793a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Core/Extensions/Other/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
// Created by Borut Tomazin on 22/05/2024.
//

#if canImport(UIKit)
import UIKit
#if canImport(AppKit)
#elseif canImport(AppKit)
import AppKit
#endif

Expand Down

0 comments on commit 8793a4f

Please sign in to comment.