Top "Mac-catalyst" questions

An environment and build target for compiling iOS apps to macOS.

How to open file dialog with SwiftUI on platform "UIKit for Mac"?

NSOpenPanel is not available on platform "UIKit for Mac": https://developer.apple.com/documentation/appkit/nsopenpanel If Apple doesn't provide …

swift macos swiftui mac-catalyst uikitformac
Exclude pod when porting to mac with catalyst

Porting apps to mac is finally possible thanks to Catalyst, problem is, numerous pods don't support AppKit. Most common one …

ios swift ipad cocoapods mac-catalyst