Elektrine lite

← Feed

@glyph@mastodon.social

Post #3869249

2026-07-16 18:42 UTC

starting to think about sandboxing my python apps, as everyone should probably do, but the only thing I've dug up so far that's a "real world example" is https://github.com/davidfstr/Python-in-Mac-App-Store which is 13 years old and set up for Python 2.7, so, not _super_ relevant. has anyone submitted a Mac App Store python app in the last 5 years or so?

Replies (1)

  • @freakboy3742@cloudisland.nz 2026-07-16 21:46

    @glyph@mastodon.social I know that there are some Briefcase-packaged apps that have been submitted to the Mac App Store (there's been a couple of bugs reported - such as the need to provide security profiles for binaries that use SSL, and the fact that Tkinter has a 10 year old bug that makes it incompatible with the app store). However, I haven't done it myself, and can't offer much by way of specific advice around sandboxing techniques etc.

    Open ##3869248