Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60584e0 commit 68253aaCopy full SHA for 68253aa
1 file changed
iOS/testbed/__main__.py
@@ -90,7 +90,8 @@ async def find_device(initial_devices):
90
await asyncio.sleep(1)
91
elif len(new_devices) == 1:
92
udid = new_devices.pop()
93
- print(f"Test simulator UDID: {udid}")
+ print(f"{datetime.now():%Y%m%d %H%M%S}: New test simulator detected")
94
+ print(f"UDID: {udid}")
95
return udid
96
else:
97
exit(f"Found more than one new device: {new_devices}")
0 commit comments