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
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.
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
Linked PRs