You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no short-term plans to work on this, and haven't assessed the impact of this on the codebase
Doing this seriously likely requires some coordination with the PyPA and PyPI maintainers as this would effectively be a new platform: I expect that a Mac Catalyst build cannot use C-extensions (and hence binary wheels) for the current "Cocoa" variant.
That said, I have done no research on this beyond noticing that "Cocoa" binaries cannot load "Catalyst" libraries/frameworks, and that this is an intentional limitation (there is some support for loading "Cocoa" into "Catalyst" though).
Feature or enhancement
Support the "Mac Catalyst" flavour of macOS binaries on recentish version of macOS
Pitch
MacOS currently has two ways to build "native" applications:
The latter have access to some interesting system APIs that former cannot use, such as the HomeKit framework. The current builds are "Cocoa" builds.
Previous discussion
There is no previous discussion of Python forums. This issue was triggered by an issue on PyObjC's tracker ronaldoussoren/pyobjc#501.
The text was updated successfully, but these errors were encountered: