Skip to content

Commit 3c6ecf0

Browse files
committed
upd ptch
1 parent 208219f commit 3c6ecf0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

patch/Python/Python.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ index c6418de6e74..7b32df19ab4 100644
26662666
+It is a placeholder slice for the XCFramework on Mac Catalyst,
26672667
+to install or copy your built framework to.
26682668
diff --git a/iOS/testbed/__main__.py b/iOS/testbed/__main__.py
2669-
index c05497ede3a..d693d62873e 100644
2669+
index c05497ede3a..2bee1f54206 100644
26702670
--- a/iOS/testbed/__main__.py
26712671
+++ b/iOS/testbed/__main__.py
26722672
@@ -28,6 +28,15 @@
@@ -2685,6 +2685,15 @@ index c05497ede3a..d693d62873e 100644
26852685

26862686
# Work around a bug involving sys.exit and TaskGroups
26872687
# (https://github.com/python/cpython/issues/101515).
2688+
@@ -127,7 +136,7 @@
2689+
async def select_simulator_device():
2690+
# List the testing simulators, in JSON format
2691+
raw_json = await async_check_output(
2692+
- "xcrun", "simctl", "--set", "testing", "list", "-j"
2693+
+ "xcrun", "simctl", "list", "-j"
2694+
)
2695+
json_data = json.loads(raw_json)
2696+
26882697
@@ -243,9 +252,13 @@
26892698
sys.stdout.flush()
26902699

0 commit comments

Comments
 (0)