]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135101: When choosing the default simulator device, don't use `simctl --set testin...
authorJoe Rickerby <joerick@mac.com>
Wed, 4 Jun 2025 00:31:43 +0000 (01:31 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 00:31:43 +0000 (08:31 +0800)
commitdba9de731b231ca0c079205f496d1e3d178b4fd3
tree85c9e5afa7572d163c72164a23e517e10ee0002e
parent1ffe913c2017b44804aca18befd45689df06c069
gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (#135102)

On a fresh Xcode install (including some CI provider configurations), there is
no pre-existing testing set that can be used to identify simulator models. Use
the default device set to detect available models instead. Live testing
simulators are still created in the testing set.
iOS/testbed/__main__.py