Sign in
rust
/
rust
/
dc103c4cd93d244e06d2b6f38464fb40d0c5a736
/
.
/
src
/
ci
/
scripts
/
select-xcode.sh
blob: 569c4a4136d9703b3233e82e2f9ff9bb7aa60dc7 [
file
]
#!/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