My app is iOS 13+ and Mac Catalyst ("scaled").
Minimum deployment is set to iOS 13.6 and macOS 10.15.6.
The iOS 14 version of the app has a widget.
I want to either use this same widget in macOS 11 Big Sur, or create a new one for Mac with identical features.
I tried:
Using the same widget: I can't see anything about this in the WidgetKit doc, I failed finding a way, and checking the Mac box in the widget's extension Deployment Info panel compiles but doesn't seem to do anything (I don't see the widget in Big Sur's panel) whatever options I'm choosing.
Create a Mac widget extension: doesn't work because the app is not a 'real' Mac app, it's Catalyst. If I add the mac widget extension and do nothing else I can't compile anymore (dozens of UIKit headers errors).
What's the process to make a Big Sur widget from a Mac Catalyst app?