summaryrefslogtreecommitdiffstats
path: root/Apple/testbed/Python.xcframework
Commit message (Collapse)AuthorAgeFilesLines
* gh-141692: Add a slice-specific lib folder to iOS XCframeworks. (#141693)Russell Keith-Magee2025-11-191-1/+2
| | | | Modifies the iOS XCframework to include a lib folder for each slice that contains a symlinked version of the libPython dynamic library.
* gh-132006: Add support for handling XCPrivacy manifests (#139163)Russell Keith-Magee2025-09-281-0/+13
| | | | | Adds a PrivacyInfo.xcprivacy file when packaging `_hashlib` and `_ssl` modules for iOS (based on the original OpenSSL sources); and adds handling to the build script to allow any app to add `xcprivacy` handling for a binary module.
* gh-138171: Migrate iOS testbed location and add Apple build script (#138176)Russell Keith-Magee2025-09-195-0/+215
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>