Widget Extension for macOS app?

In the Big Sur Apple has remove Today Extension and replace it to Widgets, so Today Extension is no longer exist.

Today I try to add a Widget Extension in my macOS app: File -> New -> Target -> macOS, but there is no Widget Extension there, and I tried to add an iOS Widget Extension but it does not embed in my macOS app so not working.

What the hack? do I have to rebuild a whole new cross platform app to archive that gold or something what? does anybody is meeting some problem here or macOS just being abandon??
What version of Xcode are you using?

WidgetKit is a macOS 11 feature and the current GM tools (Xcode 12.0) don’t support that release. You’ll need Xcode 12.2 beta. The Widget target template shows up there for me.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
But any idea how to make configurable widget on Mac OS? Don't find way for handling intent. There is no way to add intent extension.

Widget Extension for macOS app?
 
 
Q