@@ -170,7 +170,7 @@ helpful.
170170To add Python to an iOS Xcode project:
171171
1721721. Build or obtain a Python ``XCFramework ``. See the instructions in
173- :source: `Apple/iOS/README.md ` (in the CPython source distribution) for details on
173+ :source: `Platforms/ Apple/iOS/README.md ` (in the CPython source distribution) for details on
174174 how to build a Python ``XCFramework ``. At a minimum, you will need a build
175175 that supports ``arm64-apple-ios ``, plus one of either
176176 ``arm64-apple-ios-simulator `` or ``x86_64-apple-ios-simulator ``.
@@ -266,13 +266,13 @@ modules in your app, some additional steps will be required:
266266Testing a Python package
267267------------------------
268268
269- The CPython source tree contains :source: `a testbed project <Apple/iOS /testbed> ` that
269+ The CPython source tree contains :source: `a testbed project <Platforms/Apple /testbed> ` that
270270is used to run the CPython test suite on the iOS simulator. This testbed can also
271271be used as a testbed project for running your Python library's test suite on iOS.
272272
273- After building or obtaining an iOS XCFramework (see :source: `Apple/iOS/README.md `
273+ After building or obtaining an iOS XCFramework (see :source: `Platforms/ Apple/iOS/README.md `
274274for details), create a clone of the Python iOS testbed project. If you used the
275- ``Apple `` build script to build the XCframework, you can run:
275+ ``Platforms/ Apple `` build script to build the XCframework, you can run:
276276
277277.. code-block :: bash
278278
@@ -282,7 +282,7 @@ Or, if you've sourced your own XCframework, by running:
282282
283283.. code-block :: bash
284284
285- $ python Apple/testbed clone --platform iOS --framework < path/to/Python.xcframework> --app < path/to/module1> --app < path/to/module2> app-testbed
285+ $ python Platforms/ Apple/testbed clone --platform iOS --framework < path/to/Python.xcframework> --app < path/to/module1> --app < path/to/module2> app-testbed
286286
287287 Any folders specified with the ``--app `` flag will be copied into the cloned
288288testbed project. The resulting testbed will be created in the ``app-testbed ``
0 commit comments