Skip to content

Commit

Permalink
Additional cleanups from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Mar 20, 2024
1 parent d40ef29 commit 15731f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 comments on commit 15731f7

Please sign in to comment.