summaryrefslogtreecommitdiffstats
path: root/Apple/iOS
Commit message (Collapse)AuthorAgeFilesLines
* gh-140702: Add test skip for Unix Datagram tests on iOS when on Github ↵Russell Keith-Magee2025-10-291-0/+11
| | | | | | | | | Actions (#140740) Exposes the GITHUB_ACTIONS environment variable to iOS simulator test runs, and uses this variable to skip a Unix Datagram socketserver test that is unreliable in the iOS GitHub Actions environment. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-138171: Migrate iOS testbed location and add Apple build script (#138176)Russell Keith-Magee2025-09-1918-0/+399
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>