Sign in
rust
/
rust
/
4a765c0b8754bdbc1d841d080e8c8a47ea774a80
/
.
/
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