What is the problem or limitation you are having?
I want to have the mac version of my apps auto-update with Sparkle, so that it will present a familiar update UX as well as working with 3rd-party tools such as MacUpdater; I also have certain other platform-specific functionality I'd like to be able to include, such as MASShortcut.
Describe the solution you'd like
Something like py2app's frameworks= option, although possibly labeled in a much more platform-specific way.
Describe alternatives you've considered
Right now I just use py2app.
Additional context
No response
What is the problem or limitation you are having?
I want to have the mac version of my apps auto-update with Sparkle, so that it will present a familiar update UX as well as working with 3rd-party tools such as MacUpdater; I also have certain other platform-specific functionality I'd like to be able to include, such as MASShortcut.
Describe the solution you'd like
Something like py2app's
frameworks=option, although possibly labeled in a much more platform-specific way.Describe alternatives you've considered
Right now I just use py2app.
Additional context
No response