Skip to content

Commit

Permalink
fix: macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Apr 14, 2023
1 parent ab2c9a0 commit 55861f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Created by Jeorge Taflanidi
//

#if canImport(SwiftUI) && !os(watchOS)
#if canImport(SwiftUI) && !os(watchOS) && !os(macOS)

import SwiftUI

Expand Down

0 comments on commit 55861f0

Please sign in to comment.