Skip to content

Commit

Permalink
Fix SPM support for visionOS (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjross authored Oct 17, 2024
1 parent 1ef7f33 commit 5fe0c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FluentUI/FluentUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Licensed under the MIT License.
//

#if os(iOS)
#if os(iOS) || os(visionOS)
@_exported import FluentUI_ios
#elseif os(macOS)
@_exported import FluentUI_macos
Expand Down

0 comments on commit 5fe0c37

Please sign in to comment.