Skip to content

Commit 140c096

Browse files
committed
Update patch to include simulator startup fix.
1 parent 34fe470 commit 140c096

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patch/Python/Python.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,19 @@ index c3e261ecd9e..26ef7a95de4 100644
18351835
<key>CFBundleSupportedPlatforms</key>
18361836
<array>
18371837
<string>iPhoneOS</string>
1838+
diff --git a/iOS/testbed/__main__.py b/iOS/testbed/__main__.py
1839+
index c05497ede3a..1146bf3b988 100644
1840+
--- a/iOS/testbed/__main__.py
1841+
+++ b/iOS/testbed/__main__.py
1842+
@@ -127,7 +127,7 @@
1843+
async def select_simulator_device():
1844+
# List the testing simulators, in JSON format
1845+
raw_json = await async_check_output(
1846+
- "xcrun", "simctl", "--set", "testing", "list", "-j"
1847+
+ "xcrun", "simctl", "list", "-j"
1848+
)
1849+
json_data = json.loads(raw_json)
1850+
18381851
--- /dev/null
18391852
+++ b/tvOS/README.rst
18401853
@@ -0,0 +1,108 @@

0 commit comments

Comments
 (0)