Skip to content

Commit bd107a9

Browse files
committed
gh-154753: fix remaining iOS path changes for backport
1 parent 5eb579d commit bd107a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/using/ios.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ be used as a testbed project for running your Python library's test suite on iOS
272272

273273
After building or obtaining an iOS XCFramework (see :source:`Apple/iOS/README.md`
274274
for details), create a clone of the Python iOS testbed project. If you used the
275-
``Platforms/Apple`` build script to build the XCframework, you can run:
275+
``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/iOS/testbed clone --platform iOS --framework <path/to/Python.xcframework> --app <path/to/module1> --app <path/to/module2> app-testbed
285+
$ python 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
288288
testbed project. The resulting testbed will be created in the ``app-testbed``

0 commit comments

Comments
 (0)