mirror of
https://github.com/gonzalezreal/swift-markdown-ui.git
synced 2026-01-18 17:41:20 +01:00
by placing `#if canImport(UIKit)` first, it means that building for `#if targetEnvironment(macCatalyst)` doesn't fail attempting to use and link in `AppKit` things (since `macCatalyst` apps can link both `UIKit` and `AppKit`