Skip to content

Commit

Permalink
fix build with visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmaz committed Jun 30, 2024
1 parent 1a5e7ae commit 11b03f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

#if os(iOS) || os(watchOS) || os(tvOS)
#if os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
import MobileCoreServices
#elseif os(OSX)
import CoreServices
Expand Down

0 comments on commit 11b03f3

Please sign in to comment.