Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Apple/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def lib_non_platform_files(dirname, names):
def create_xcframework(platform: str) -> str:
"""Build an XCframework from the component parts for the platform.
:return: The version number of the Python verion that was packaged.
:return: The version number of the Python version that was packaged.
"""
package_path = CROSS_BUILD_DIR / platform
try:
Expand Down
Loading