Python-Apple-support icon indicating copy to clipboard operation
Python-Apple-support copied to clipboard

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.

Results 10 Python-Apple-support issues
Sort by recently updated
recently updated
newest added

Changes in this PR: * Python version bumped to 3.12.3 * Patch updated to work with 3.12.3. The only thing I haven't figured out is how to remove "hints" after...

### Describe the bug In the instructions it is shown that `make wheels` should be run to generate the dependencies for Mobile-Forge, and these dependancies should be placed in the...

bug
documentation

I know visionOS itself is pretty new, but I'm curious if this is on the radar? I'd be happy to try and put together a PR myself if not, as...

enhancement

Following discussion on [PEP730](https://peps.python.org/pep-0730/), official Python support for iOS will be adopting the use of a dynamic Framework build. This updates the build to produce dynamic framework builds. As a...

Briefcase can now run test suites; this adds a testbed project that can be used to run the CPython test suite. It's not ready for merging because: 1. The test...

The makefile doesn't seem to support Catalyst. It would be nice to have support for this target!

enhancement

It is currently too easy for problems like #167 to emerge, because there are no CI checks on this repo; only a final release build process. **Describe the solution you'd...

enhancement

It currently takes almost 90 minutes to do a CI build of the support packages. This is at least partially due to duplicated build effort. We use a simple matrix...

enhancement

### Describe the bug Since it is relevant here, I wanted to mention this issue that I recently ran into with Python 3.12 related to App Store reviews. [Here is...

bug

### Describe the bug When using an x86_64 Mac with Python 3.12 (or 3.9), it is not possible to build the stub app in the Mac OS app template. ###...

bug