mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00

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>
2 lines
79 B
Bash
Executable file
2 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch arm64 "$@"
|