-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
Description
Feature or enhancement
Proposal:
CPython can be configured to build an iOS Framework; however, the redistributable unit of pre-compiled code on iOS is an XCframework that contains a "slice" for each supported ABI (device and simulator).
The construction of an XCframework is currently documented in the iOS/README.rst, but these instructions should be codified so there is a simple interface to build and test an iOS XCframework.
This script would be an analog of the script used to build and test Android release products.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response