-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement
Description
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 macOS binaries used from macOS 10.0, for ease of reference I'll call these "Cocoa"
- MacCatalyst binaries that link to (a subset) of the frameworks used on iOS, but recompiled for macOS
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.
Metadata
Metadata
Assignees
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement