Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Malcolm Smith <[email protected]>
  • Loading branch information
freakboy3742 and mhsmith authored Mar 24, 2024
1 parent 6385b9f commit 0d5fcf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/using/ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ allows a binary extension module to be loaded from any location on
post-process any Python packages, converting ``.so`` binary modules into
individual standalone frameworks with appropriate metadata and signing. For
details on how to perform this post-processing, see the guide for :ref:`adding
iOS to your project <adding-ios>`.
Python to your project <adding-ios>`.

To help Python discover binaries in their new location, the original ``.so``
file on ``sys.path`` is replaced with a ``.fwork`` file. This file is a text
Expand Down Expand Up @@ -148,8 +148,8 @@ Platform by selecting from the Platforms tab of the Xcode Settings panel.

.. _adding-ios:

Adding iOS to an Xcode project
------------------------------
Adding Python to an iOS project
-------------------------------

Python can be added to any iOS project, using either Swift or Objective C. The
following examples will use Objective C; if you are using Swift, you may find a
Expand Down

0 comments on commit 0d5fcf0

Please sign in to comment.