]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135101: When choosing the default simulator device, don't use `simctl ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Jun 2025 00:54:42 +0000 (02:54 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 00:54:42 +0000 (00:54 +0000)
commit3a65f463537ec50b36640f3a195590fcc2644f48
treec72018d8631066c777277ffe06fb4e0eab4e8354
parentb9512c3b93d99502a5a2a5b4d78b7adbb01d0490
[3.13] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135114)

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.
(cherry picked from commit dba9de731b231ca0c079205f496d1e3d178b4fd3)

Co-authored-by: Joe Rickerby <joerick@mac.com>
iOS/testbed/__main__.py