Consider adding a Mac Catalyst build option

Open
#98,297 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
macos, python

Research direction

The issue names no files, tests, or entry points. Start by reviewing CPython’s existing macOS build process and the referenced PyObjC issue; done means defining and implementing a supported Mac Catalyst build option for recent macOS versions.

Written by the indexing model from the issue text.

Description

build OS-mac type-feature

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:

  1. The macOS binaries used from macOS 10.0, for ease of reference I'll call these "Cocoa"
  2. 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 https://github.com/ronaldoussoren/pyobjc/issues/501.

Dominant language
Python
Stars
77.2k
Forks
36k
Avg merge
1d 9h
Merged PRs (30d)
558

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from python/cpython

All issues in python/cpython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.