From 0d5fcf0e9428afcf3de6c9a1f9a5ee0669d48096 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 25 Mar 2024 06:32:38 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Malcolm Smith --- Doc/using/ios.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/using/ios.rst b/Doc/using/ios.rst index fa2ae9eefc5dfa..da8f42048c0faf 100644 --- a/Doc/using/ios.rst +++ b/Doc/using/ios.rst @@ -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 `. +Python to your project `. 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 @@ -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