]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:57:45 +0000 (02:57 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 00:57:45 +0000 (00:57 +0000)
commit5b3983b1a3e48d1aaf3706dcf1bad99d45c76380
treeb8b6b1817dcd1febc438b81d0e048ab9973e97ee
parentd8c2bfac1f1f758c8ff189b17fb8ef75c9019ea9
[3.14] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135113)

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