Skip to content

Commit 20785c3

Browse files
committed
Log installed simulators
1 parent 819c400 commit 20785c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/ci_steps/log_tool_versions.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ else
4646
fi
4747
echo
4848

49+
if command -v xcrun &> /dev/null
50+
then
51+
which xcrun
52+
xcrun simctl list
53+
else
54+
echo "xcrun not installed"
55+
fi
56+
echo
57+
4958
if command -v java &> /dev/null
5059
then
5160
which java

0 commit comments

Comments
 (0)