diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-11-17 23:43:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 23:43:41 (GMT) |
commit | 500a4712bb42355eeb785ed5b9d71507384d18bc (patch) | |
tree | 437b029c9cc73574c4d261bd928937da263708aa /Misc/NEWS.d/next | |
parent | 0c5c80928c476ac0dcb9a053b15a562af899cfba (diff) | |
download | cpython-500a4712bb42355eeb785ed5b9d71507384d18bc.zip cpython-500a4712bb42355eeb785ed5b9d71507384d18bc.tar.gz cpython-500a4712bb42355eeb785ed5b9d71507384d18bc.tar.bz2 |
gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169)
Modify iOS Testbed to read arguments from Info.plist.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst b/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst new file mode 100644 index 0000000..338160e --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst @@ -0,0 +1,2 @@ +The iOS testbed was modified so that it can be used by third-party projects +for testing purposes. |