cpython/iOS/testbed/iOSTestbed/app
Russell Keith-Magee 500a4712bb
gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169)
Modify iOS Testbed to read arguments from Info.plist.
2024-11-18 07:43:41 +08:00
..
README gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169) 2024-11-18 07:43:41 +08:00

README

This folder can contain any Python application code.

During the build, any binary modules found in this folder will be processed into
iOS Framework form.

When the test suite runs, this folder will be on the PYTHONPATH, and will be the
working directory for the test suite.