8000 gh-114099: Add documentation for iOS platform by freakboy3742 · Pull Request #117057 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-114099: Add documentation for iOS platform #117057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Additional cleanups from review.
  • Loading branch information
freakboy3742 committed Mar 20, 2024
commit 15731f7104ec1e227c79288e0420e7dc3f3a6dcf
2 changes: 1 addition & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ Security Options
macOS Options
-------------

See ``Mac/README.rst``.
See :source:`Mac/README.rst`.

.. option:: --enable-universalsdk
.. option:: --enable-universalsdk=SDKDIR
Expand Down
6 changes: 3 additions & 3 deletions Doc/using/iOS.rst → Doc/using/ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ helpful.
To add Python to an iOS Xcode project:

1. Build or obtain a Python ``XCFramework``. See the instructions in
``iOS/README.rst`` (in the CPython source distribution) for details on how
to build a Python ``XCFramework``. At a minimum, you will need a build that
supports ``arm64-apple-ios``, plus one of either
:source:`iOS/README.rst` (in the CPython source distribution) for details on
how to build a Python ``XCFramework``. At a minimum, you will need a build
that supports ``arm64-apple-ios``, plus one of either
``arm64-apple-ios-simulator`` or ``x86_64-apple-ios-simulator``.

2. Drag the ``XCframework`` into your iOS project. In the following
Expand Down
0