Adds tooling to generate and test an iOS XCframework, in a way that will also facilitate adding other XCframework targets for other Apple platforms (tvOS, watchOS, visionOS and even macOS, potentially). --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
This folder can contain any Python application code.
|
|
|
|
During the build, any binary modules found in this folder will be processed into
|
|
Framework form.
|
|
|
|
When the test suite runs, this folder will be on the PYTHONPATH, and will be the
|
|
working directory for the test suite.
|