Skip to content

Commit

Permalink
include UIKit for all platforms that need it
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 2, 2025
1 parent dee91c7 commit ee7af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Ligature/UTF16CodePointTextViewTextTokenizer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if os(macOS)
import AppKit
#elseif os(iOS)
#elseif canImport(UIKit)
import UIKit
#endif

Expand Down

0 comments on commit ee7af37

Please sign in to comment.