Sign in
rust
/
rust
/
e17c2f3eccc7436d7f94c6ed4bc8a367f4c6a7fb
/
.
/
src
/
ci
/
scripts
/
select-xcode.sh
blob: 569c4a4136d9703b3233e82e2f9ff9bb7aa60dc7 [
file
] [
log
] [
blame
]
#!/bin/bash
# This script selects the Xcode instance to use.
set
-
euo pipefail
IFS
=
$
'\n\t'
source
"$(cd "
$
(
dirname
"$0"
)
" && pwd)/../shared.sh"
if
isMacOS
;
then
sudo xcode
-
select
-
s
"${SELECT_XCODE}"
fi