iOS: Use python3 for enumerating test target devices

macOS 12.3 removed python 2

Pick-to: 6.3 6.2 5.15
Fixes: QTBUG-101745
Change-Id: Ieace2623e838cf36a7a68186b0f729ff0f19299a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexandru Croitor 2022-03-16 11:03:11 +01:00 committed by Tor Arne Vestbø
parent 6e23fc8580
commit 9ec05e4f36

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python3
############################################################################# #############################################################################
## ##